diff --git a/src/assets/images/houseQR/1.png b/src/assets/images/houseQR/1.png index 2f49284..bcdf6d3 100644 Binary files a/src/assets/images/houseQR/1.png and b/src/assets/images/houseQR/1.png differ diff --git a/src/views/activity/detail.vue b/src/views/activity/detail.vue index 5563d10..0e93fe7 100644 --- a/src/views/activity/detail.vue +++ b/src/views/activity/detail.vue @@ -38,7 +38,7 @@
转发 立即报名
+ 转发 立即报名 diff --git a/src/views/activity/index.vue b/src/views/activity/index.vue index afd8abb..0e0ab22 100644 --- a/src/views/activity/index.vue +++ b/src/views/activity/index.vue @@ -14,7 +14,7 @@ class="font-size14">{{ item.participants }}人 报名 + :disabled="new Date(item.cutOffTime.replace(/-/g, '/')).getTime()= item.participants">报名 diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 2474118..44d351e 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -56,7 +56,7 @@ 社区活动 更多 -
+
{{ item.activityName }}
@@ -68,7 +68,7 @@ class="font-size14">{{ item.participants }}人
报名 + :disabled="new Date(item.cutOffTime.replace(/-/g, '/')).getTime()= item.participants">报名
@@ -295,7 +295,7 @@ export default { let res = await communityPublicity(parm) if (res) { this.PublicityList = res.list.slice(0, 2) - this.PublicityListImg = res.list.filter((item)=>item.coverPic) + this.PublicityListImg = res.list.filter((item)=>item.top === 1) } }, handelChangeTags(val,title){ diff --git a/src/views/houseQR/index.vue b/src/views/houseQR/index.vue index b3064df..a59832c 100644 --- a/src/views/houseQR/index.vue +++ b/src/views/houseQR/index.vue @@ -81,7 +81,7 @@ export default { myCommunity: [ { imgSrc: require('@/assets/images/houseQR/1.png'), - title: '二维码下载' + title: '我的信息' }, { imgSrc: require('@/assets/images/houseQR/2.png'), @@ -135,7 +135,7 @@ export default { }, created() { console.log(this.$store.state.app.houseId, '路由中') - this.houesId = this.$store.state.app.houseId + this.houesId = '1712031260179378180' this.getHouseInfo() }, mounted() { },