代客下单重构
This commit is contained in:
@@ -260,10 +260,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
useCartsStore
|
||||
} from '@/stores/carts.js';
|
||||
const cartStore = useCartsStore()
|
||||
import orderItemVue from './order-item.vue';
|
||||
import {
|
||||
ref,
|
||||
|
||||
@@ -140,8 +140,8 @@
|
||||
} from '@/common/api/shop/index.js'
|
||||
import {
|
||||
useCartsStore
|
||||
} from '@/stores/carts.js';
|
||||
import useWebSocket from '@/common/js/carts-websocket.js';
|
||||
} from '@/stores/carts';
|
||||
import useWebSocket from '@/common/js/carts-websocket';
|
||||
const cartStore = useCartsStore()
|
||||
let cartsSocket = null
|
||||
watch(() => cartStore.goodsIsloading, (newValue) => {
|
||||
|
||||
Reference in New Issue
Block a user