广告弹窗相关更新

This commit is contained in:
GaoHao
2024-08-28 17:07:13 +08:00
parent 244e7bc736
commit c2ff506543
8 changed files with 19 additions and 8 deletions

View File

@@ -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 {