问题修复

This commit is contained in:
2025-09-29 20:56:16 +08:00
parent 32ca45a5f3
commit 44c3e1e8b4
6 changed files with 96 additions and 34 deletions

View File

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