'!'
This commit is contained in:
@@ -80,6 +80,19 @@
|
||||
mode="widthFix"
|
||||
/>
|
||||
</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
|
||||
|
||||
@@ -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