修复部分报错问题

This commit is contained in:
2025-12-20 16:04:57 +08:00
parent 95bc09baee
commit b2c2a375b3
2 changed files with 2 additions and 3 deletions

View File

@@ -36,8 +36,8 @@
const store = useNavbarStore(); const store = useNavbarStore();
await store.initNavbarHeight(); await store.initNavbarHeight();
getApp().globalData.websocket=null; getApp().globalData.websocket=null;
// const cartsStore=useCartsStore() const cartsStore=useCartsStore()
// cartsStore.isloading=false; cartsStore.isloading=false;
}); });
onShow(async () => { onShow(async () => {
try { try {

View File

@@ -2298,7 +2298,6 @@
}, onMessage); }, onMessage);
console.log('onLoad:e', e);
cartStore.setOldOrder({ cartStore.setOldOrder({
detailMap: {}, detailMap: {},
originAmount: 0 originAmount: 0