积分商城问题修复

This commit is contained in:
2025-12-11 15:51:14 +08:00
parent 62af2a81f8
commit 9a0164eff6
11 changed files with 773 additions and 479 deletions

View File

@@ -334,7 +334,7 @@ onShow(async () => {
proxy.$isResolve();
const shopId = uni.cache.get('shopId');
if (shopId) {
indexsRef.value.getVipConfig();
indexsRef.value.updateData();
}
} catch (error) {}
await proxy.$onLaunched;