diff --git a/src/pages/order-manager/childPages/component/orderListTop.vue b/src/pages/order-manager/childPages/component/orderListTop.vue index 269a5e3..2bd5c1a 100644 --- a/src/pages/order-manager/childPages/component/orderListTop.vue +++ b/src/pages/order-manager/childPages/component/orderListTop.vue @@ -145,7 +145,7 @@ function callPhone(item:AnyObject) { 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, orderSeq:item.orderSeq, diff --git a/src/subPages/messageChild/msgChat/msgChatChild/chat-item.vue b/src/subPages/messageChild/msgChat/msgChatChild/chat-item.vue index a876a3b..54282fa 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 276873a..39eb081 100644 --- a/src/subPages/orderChild/orderDetail/orderDetail.ts +++ b/src/subPages/orderChild/orderDetail/orderDetail.ts @@ -244,7 +244,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 }) }