diff --git a/App.vue b/App.vue index cfab5e6..fdda864 100644 --- a/App.vue +++ b/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 { diff --git a/pages/product/index.vue b/pages/product/index.vue index fb62d92..b2b098a 100644 --- a/pages/product/index.vue +++ b/pages/product/index.vue @@ -2298,7 +2298,6 @@ }, onMessage); - console.log('onLoad:e', e); cartStore.setOldOrder({ detailMap: {}, originAmount: 0