27183
This commit is contained in:
@@ -99,8 +99,8 @@ export default {
|
||||
uni.navigateTo({url})
|
||||
},
|
||||
},
|
||||
onShow() {
|
||||
document.title = '网格管理'
|
||||
onLoad() {
|
||||
|
||||
this.isGirdUser()
|
||||
uni.$on('hideTab', () => {
|
||||
this.isTab = false
|
||||
@@ -113,6 +113,9 @@ export default {
|
||||
this.params = res
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '网格管理'
|
||||
},
|
||||
onReachBottom() {
|
||||
if (!this.tabIndex) {
|
||||
uni.$emit('nextList')
|
||||
|
||||
Reference in New Issue
Block a user