问题修复
This commit is contained in:
@@ -350,8 +350,12 @@ onShow(async () => {
|
||||
console.error('获取经纬度失败',error);
|
||||
}
|
||||
});
|
||||
|
||||
indexsRef.value.getVipConfig();
|
||||
|
||||
const shopId=uni.cache.get('shopId')
|
||||
if(shopId){
|
||||
indexsRef.value.getVipConfig();
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user