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