接口对接
This commit is contained in:
@@ -90,6 +90,10 @@
|
||||
|
||||
onLoad() {
|
||||
this.getTopicList()
|
||||
|
||||
uni.$on('updateList', () => {
|
||||
this.changeTab(this.currIndex)
|
||||
})
|
||||
},
|
||||
|
||||
methods: {
|
||||
@@ -124,6 +128,7 @@
|
||||
this.$loading()
|
||||
this.$instance.post(`/app/appneighborhoodassistance/list`, null, {
|
||||
params: {
|
||||
withoutToken: this.token ? false : true,
|
||||
current: this.current,
|
||||
size: 10,
|
||||
visibleRange: this.currIndex === 0 ? 1 : 0
|
||||
|
||||
Reference in New Issue
Block a user