'!'
This commit is contained in:
@@ -138,7 +138,7 @@ let props = defineProps<PropsType>()
|
||||
*/
|
||||
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,
|
||||
|
||||
@@ -81,6 +81,19 @@
|
||||
/>
|
||||
</view>
|
||||
|
||||
<!-- 视频 -->
|
||||
<view
|
||||
:class="{
|
||||
'chat-text-container-img': true,
|
||||
'chat-text-container-me-img': item.msg_source == 1,
|
||||
}"
|
||||
v-else-if="item.msg_type == 6"
|
||||
>
|
||||
<video
|
||||
:src="item.msg_content">
|
||||
</video>
|
||||
</view>
|
||||
|
||||
<!-- 语音 -->
|
||||
<view
|
||||
class="chat-text-container yuyin"
|
||||
|
||||
@@ -224,7 +224,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,
|
||||
|
||||
Reference in New Issue
Block a user