diff --git a/src/project/activeAnalysis/AppWechatActivities/AppWechatActivities.vue b/src/project/activeAnalysis/AppWechatActivities/AppWechatActivities.vue index 2aaa1155..997d9861 100644 --- a/src/project/activeAnalysis/AppWechatActivities/AppWechatActivities.vue +++ b/src/project/activeAnalysis/AppWechatActivities/AppWechatActivities.vue @@ -41,9 +41,9 @@ - + @@ -82,24 +82,22 @@ export default { }, methods: { getList() { - this.$http - .post('/app/appvillageactivityinfo/listUp', null, { - params: { - size: this.size, - current: this.current, - createUserId: this.currentTabs == 1 ? this.user.id : '', - areaId: this.user.areaId, - }, - }) - .then((res) => { - if (res.code == 0) { - this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records - this.$forceUpdate() + this.$http.post('/app/appvillageactivityinfo/listUp', null, { + params: { + size: this.size, + current: this.current, + createUserId: this.currentTabs == 1 ? this.user.id : '', + areaId: this.user.areaId, + }, + }).then((res) => { + if (res.code == 0) { + this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records + this.$forceUpdate() - this.total = res.data.total - this.pages = res.data.pages - } - }) + this.total = res.data.total + this.pages = res.data.pages + } + }) }, change(index) { diff --git a/src/project/activeAnalysis/AppWechatActivities/user-img.png b/src/project/activeAnalysis/AppWechatActivities/user-img.png new file mode 100644 index 00000000..d9620e08 Binary files /dev/null and b/src/project/activeAnalysis/AppWechatActivities/user-img.png differ