广告弹窗相关更新
This commit is contained in:
@@ -338,7 +338,6 @@
|
||||
},
|
||||
async onShow() {
|
||||
// 判断显示那个页面
|
||||
|
||||
if (uni.cache.get('shopUser') && uni.cache.get('token')) {
|
||||
this.showindex = false
|
||||
uni.cache.set('types', 'index');
|
||||
@@ -351,10 +350,9 @@
|
||||
uni.cache.set('shopUserInfo',this.usershopUserinfo)
|
||||
}
|
||||
this.loginwxuserInfo() //个人信息接口
|
||||
if ( !uni.cache.get('forceUpdate') ) {
|
||||
if ( uni.cache.get('forceUpdate') == 1) {
|
||||
this.forceUpdate = !this.forceUpdate;
|
||||
}
|
||||
uni.cache.set('forceUpdate',false)
|
||||
this.getShopExtend()
|
||||
this.timersetInterval = '0'
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user