|
@@ -71,6 +71,7 @@
|
|
|
v-for="(item, index) in activityList"
|
|
v-for="(item, index) in activityList"
|
|
|
:key="index">
|
|
:key="index">
|
|
|
<activity-card :value="item"
|
|
<activity-card :value="item"
|
|
|
|
|
+ @clickCard="toActivityDetail"
|
|
|
@signUp="toActivityDetail"
|
|
@signUp="toActivityDetail"
|
|
|
@clickYBM="toActivityDetail"
|
|
@clickYBM="toActivityDetail"
|
|
|
@clickYQG="toActivityDetail">
|
|
@clickYQG="toActivityDetail">
|
|
@@ -200,6 +201,7 @@ export default {
|
|
|
this.activityList = this.activityList.concat(data.rows)
|
|
this.activityList = this.activityList.concat(data.rows)
|
|
|
this.isLoadMore = this.total !== this.activityList.length
|
|
this.isLoadMore = this.total !== this.activityList.length
|
|
|
}
|
|
}
|
|
|
|
|
+ uni.stopPullDownRefresh()
|
|
|
},
|
|
},
|
|
|
// 活动类型切换
|
|
// 活动类型切换
|
|
|
tabsChange (index) {
|
|
tabsChange (index) {
|