index bug
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="addicon" @click="toPublicPage()">
|
||||
<!-- <div class="addicon" @click="toPublicPage()">
|
||||
<u-icon name="plus" color="#1365DD" size="50"></u-icon>
|
||||
</div>
|
||||
|
||||
@@ -129,21 +129,21 @@
|
||||
|
||||
<div class="btn" v-if="detail.realNum == detail.total && detail.status == 1 && detail.status == 1 && detail.total != 0">
|
||||
<div class="max">已满员</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="btn" v-if="detail.myReport == 1 && detail.status == 2">
|
||||
<!-- <div class="btn" v-if="detail.myReport == 1 && detail.status == 2">
|
||||
<div class="edit" @click="callPhone(detail.contactPhone)">联系负责人</div>
|
||||
<div class="public" style="background: #ffd8df; color: #ff4466" v-if="detail.allow1 == 0">未签到</div>
|
||||
<div class="public" style="background: #3671ee; color: #ffffff" v-if="detail.allow1 == 1" @click="sign(0)">签到</div>
|
||||
<div class="public" style="background: #cbead9; color: #20bc65" v-if="detail.allow1 == 2">已签到</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="btn" v-if="detail.status == 5">
|
||||
<!-- <div class="btn" v-if="detail.status == 5">
|
||||
<div class="edit" @click="callPhone(detail.contactPhone)">联系负责人</div>
|
||||
<div class="public" style="background: #cbead9; color: #20bc65" v-if="detail.allow2 == 1" @click="sign(1)">离场签到</div>
|
||||
<div class="public" style="background: #cbead9; color: #20bc65" v-if="detail.allow2 == 2">已离场签到</div>
|
||||
<div class="public" style="background: #ffd8df; color: #ff4466" v-if="detail.allow2 == 0">未离场签到</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -180,7 +180,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getDetail() {
|
||||
this.$instance.post(`/app/appactivityinfo/queryDetailById?id=${this.id}&partyId=${this.user.partyId}`).then((res) => {
|
||||
this.$http.post(`/app/appactivityinfo/queryDetailById?id=${this.id}&partyId=${this.user.partyId}`).then((res) => {
|
||||
if (res?.data) {
|
||||
res.data.beginTime = res.data.beginTime.substring(0, 16)
|
||||
res.data.endTime = res.data.endTime.substring(0, 16)
|
||||
@@ -191,7 +191,7 @@ export default {
|
||||
},
|
||||
|
||||
getActiveList() {
|
||||
this.$instance.post(`/app/apppostinfo/list?activityId=${this.id}`).then((res) => {
|
||||
this.$http.post(`/app/apppostinfo/list?activityId=${this.id}`).then((res) => {
|
||||
if (res?.data) {
|
||||
this.activeList = res.data.records
|
||||
|
||||
|
||||
Reference in New Issue
Block a user