Browse Source

Merge pull request 'fixed: bug修复;' (#12) from fox into master

Reviewed-on: http://175.178.51.79:3000/Augcl/massage-front/pulls/12
master
Fox 2 days ago
parent
commit
f190690e29
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      pages/index/category.vue

+ 3
- 3
pages/index/category.vue View File

@ -116,9 +116,9 @@
this.queryParams.title = search
uni.setStorageSync('search', '')
this.getData()
} else {
this.initList()
}
}
this.initList()
},
onPullDownRefresh() {


Loading…
Cancel
Save