From ed0333d489f32496ef3df26ce75565f3713a1396 Mon Sep 17 00:00:00 2001 From: wtq <2394975549@qq.com> Date: Thu, 22 Jan 2026 10:10:39 +0800 Subject: [PATCH] '!' --- .../childPages/component/orderListTop.vue | 2 +- .../messageChild/msgChat/msgChatChild/chat-item.vue | 13 +++++++++++++ src/subPages/orderChild/getPhone/getPhone.vue | 2 +- src/subPages/orderChild/orderDetail/orderDetail.ts | 2 +- .../createGoodsChild/right-main/right-main.ts | 1 + 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/pages/order-manager/childPages/component/orderListTop.vue b/src/pages/order-manager/childPages/component/orderListTop.vue index f6a7c7f..b724dbc 100644 --- a/src/pages/order-manager/childPages/component/orderListTop.vue +++ b/src/pages/order-manager/childPages/component/orderListTop.vue @@ -138,7 +138,7 @@ let props = defineProps() function connectUser(item:AnyObject) { if(item.vendorID === 1){ - if(store.getters['storeInfo/imMtStatus'][0].imStatus !== 1) return toast('美团IM状态已关闭', 1) + if(store.getters['storeInfo/imMtStatus'][0].imStatus !== 1) return toast('美团IM状态已关闭', 2) setStorage('vendorUserInfo',{ venderOrderID:item.vendorOrderID, // venderOrderID:0, diff --git a/src/subPages/messageChild/msgChat/msgChatChild/chat-item.vue b/src/subPages/messageChild/msgChat/msgChatChild/chat-item.vue index f230488..f3b8801 100644 --- a/src/subPages/messageChild/msgChat/msgChatChild/chat-item.vue +++ b/src/subPages/messageChild/msgChat/msgChatChild/chat-item.vue @@ -80,6 +80,19 @@ /> + + + + + >([ mobild: phoneData.operatorPhone2, }, { - icon: 'https://image.jxc4.com/image/8ac4b05dfef6b18639489d32cd421551.png', + icon: 'https://image.jxc4.com/image/06a27a6503a6695824bf361ded5f1d45.png', company: '淘宝闪购运营', name: phoneData.operatorName3 || '暂无', mobild: phoneData.operatorPhone3, diff --git a/src/subPages/orderChild/orderDetail/orderDetail.ts b/src/subPages/orderChild/orderDetail/orderDetail.ts index b84b729..920bce5 100644 --- a/src/subPages/orderChild/orderDetail/orderDetail.ts +++ b/src/subPages/orderChild/orderDetail/orderDetail.ts @@ -227,7 +227,7 @@ function orderDetailFn() { */ function realMobile() { if(orderData.value.vendorID === 1){ - if(store.getters['storeInfo/imMtStatus'][0].imStatus !== 1) return toast('美团IM状态已关闭', 1) + if(store.getters['storeInfo/imMtStatus'][0].imStatus !== 1) return toast('美团IM状态已关闭', 2) setStorage('vendorUserInfo',{ venderOrderID:orderData.value.vendorOrderID, orderSeq:orderData.value.orderSeq, diff --git a/src/subPages/shoppingChild/createGoods/createGoodsChild/right-main/right-main.ts b/src/subPages/shoppingChild/createGoods/createGoodsChild/right-main/right-main.ts index 6956ec6..cc11226 100644 --- a/src/subPages/shoppingChild/createGoods/createGoodsChild/right-main/right-main.ts +++ b/src/subPages/shoppingChild/createGoods/createGoodsChild/right-main/right-main.ts @@ -58,6 +58,7 @@ function rightMainFn(props: any, emit: any) { if (item.storeSkuStatus) { skus.push({ skuID: item.id, + stock:20, // 默认20个库存 isSale: 1 }) }