BUG 29525
This commit is contained in:
@@ -92,13 +92,6 @@ export default {
|
|||||||
this.component = component
|
this.component = component
|
||||||
this.refreshHome();
|
this.refreshHome();
|
||||||
},
|
},
|
||||||
getGridInfo() {
|
|
||||||
this.isGridMember && this.$http.post('/app/appgirdmemberinfo/checkLogOnUser').then((res) => {
|
|
||||||
if (res?.data) {
|
|
||||||
this.params = res.data?.appGirdInfo || {}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
linkTo(url) {
|
linkTo(url) {
|
||||||
uni.navigateTo({url})
|
uni.navigateTo({url})
|
||||||
},
|
},
|
||||||
@@ -108,7 +101,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.getGridInfo()
|
|
||||||
uni.$on('hideTab', () => {
|
uni.$on('hideTab', () => {
|
||||||
this.isTab = false
|
this.isTab = false
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user