全民股东页面增加信息确认弹窗
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user