修复部分报错问题
This commit is contained in:
4
App.vue
4
App.vue
@@ -36,8 +36,8 @@
|
||||
const store = useNavbarStore();
|
||||
await store.initNavbarHeight();
|
||||
getApp().globalData.websocket=null;
|
||||
// const cartsStore=useCartsStore()
|
||||
// cartsStore.isloading=false;
|
||||
const cartsStore=useCartsStore()
|
||||
cartsStore.isloading=false;
|
||||
});
|
||||
onShow(async () => {
|
||||
try {
|
||||
|
||||
@@ -2298,7 +2298,6 @@
|
||||
}, onMessage);
|
||||
|
||||
|
||||
console.log('onLoad:e', e);
|
||||
cartStore.setOldOrder({
|
||||
detailMap: {},
|
||||
originAmount: 0
|
||||
|
||||
Reference in New Issue
Block a user