Browse Source

上传代码

master
前端-胡立永 10 months ago
parent
commit
01bbdd5d69
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      pages/publish/actorList.vue
  2. +1
    -0
      pages_mine/publish/competition.vue

+ 1
- 0
pages/publish/actorList.vue View File

@ -56,6 +56,7 @@
} }
}, },
onShow() { onShow() {
this.queryParams.pageNo = 1
this.getData() this.getData()
}, },
onPullDownRefresh(){ onPullDownRefresh(){


+ 1
- 0
pages_mine/publish/competition.vue View File

@ -114,6 +114,7 @@
// this.$route.query // this.$route.query
}, },
onShow() { onShow() {
this.queryParams.pageNo = 1
this.getList(res => { this.getList(res => {
this.list = res.result.records this.list = res.result.records
}) })


Loading…
Cancel
Save