调整分享部分方法,修改点餐页分享
This commit is contained in:
@@ -364,15 +364,15 @@
|
||||
await handleMixinOnLoad(options)
|
||||
console.log('shopInfo', uni.cache.get('shopInfo'));
|
||||
console.log('【页面】开始处理自身业务逻辑');
|
||||
setTimeout(() => {
|
||||
showPageLoading.value = false;
|
||||
getUnReadMsgCount();
|
||||
}, 800);
|
||||
|
||||
onPageShow()
|
||||
} else {
|
||||
onPageShow()
|
||||
}
|
||||
|
||||
setTimeout(() => {
|
||||
showPageLoading.value = false;
|
||||
getUnReadMsgCount();
|
||||
}, 800);
|
||||
});
|
||||
|
||||
async function onPageShow() {
|
||||
|
||||
Reference in New Issue
Block a user