update
This commit is contained in:
parent
936328b8c7
commit
2ba9a56866
@ -1069,7 +1069,7 @@ export default {
|
||||
})
|
||||
await this.handleGetNewUpdateTime()
|
||||
await this.handleGetPageData()
|
||||
await this.handleGetAreaData()
|
||||
this.handleGetAreaData()
|
||||
// await this.handleGetRestaurantData()
|
||||
uni.hideLoading()
|
||||
},
|
||||
@ -1083,7 +1083,7 @@ export default {
|
||||
})
|
||||
|
||||
await this.handleGetPageData()
|
||||
await this.handleGetAreaData()
|
||||
this.handleGetAreaData()
|
||||
// await this.handleGetRestaurantData()
|
||||
|
||||
uni.hideLoading()
|
||||
@ -1146,7 +1146,7 @@ export default {
|
||||
})
|
||||
await this.handleGetNewUpdateTime()
|
||||
await this.handleGetPageData()
|
||||
await this.handleGetAreaData()
|
||||
this.handleGetAreaData()
|
||||
uni.hideLoading()
|
||||
},
|
||||
async handleGetPageData(date){
|
||||
@ -1415,7 +1415,7 @@ export default {
|
||||
title: '正在加载...'
|
||||
})
|
||||
await this.handleGetPageData(value)
|
||||
await this.handleGetAreaData(value)
|
||||
this.handleGetAreaData(value)
|
||||
uni.hideLoading()
|
||||
},
|
||||
// 切換对客是否显示详情
|
||||
@ -1499,7 +1499,7 @@ export default {
|
||||
title: '正在加载...'
|
||||
})
|
||||
await this.handleGetPageData()
|
||||
await this.handleGetAreaData()
|
||||
this.handleGetAreaData()
|
||||
|
||||
uni.hideLoading()
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user