BUG 29525

This commit is contained in:
aixianling
2022-05-06 18:42:22 +08:00
parent d160e19b61
commit e20c51c7be

View File

@@ -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
})