代客下单重构
This commit is contained in:
6
App.vue
6
App.vue
@@ -1,7 +1,4 @@
|
||||
<script setup>
|
||||
import {
|
||||
useCartsStore
|
||||
} from '@/stores/carts.js';
|
||||
import {
|
||||
useNavbarStore
|
||||
} from '@/stores/navbarStore';
|
||||
@@ -35,9 +32,6 @@
|
||||
await nextTick()
|
||||
const store = useNavbarStore();
|
||||
await store.initNavbarHeight();
|
||||
getApp().globalData.websocket=null;
|
||||
const cartsStore=useCartsStore()
|
||||
cartsStore.isloading=false;
|
||||
});
|
||||
onShow(async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user