全民股东页面增加信息确认弹窗

This commit is contained in:
2026-03-06 10:03:06 +08:00
parent 189459845c
commit 1264286269
3 changed files with 544 additions and 12 deletions

View File

@@ -379,6 +379,7 @@
async function onPageShow() {
try {
await storeuser.getLocation();
console.log('shopId.value',shopId.value);
proxy.$isResolve();
shopId.value = uni.cache.get('shopId');
if (shopId.value) {
@@ -386,6 +387,7 @@
}
} catch (error) {}
await proxy.$onLaunched;
console.log('shopId.value',shopId.value);
if (shopId.value) {
showindex.value = 'shopIndex';
await storeuser.actionsproductqueryProduct();