正常消息

fix/0523-ch
ch 2 years ago
parent 048171750a
commit debe46ebfb

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-03-26 14:32:03 * @Date: 2022-03-26 14:32:03
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-05-27 15:33:40 * @LastEditTime: 2022-05-27 17:02:59
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -14,12 +14,15 @@
</view> </view>
<view class="msg-item--con" @click="handleDetail(item)"> <view class="msg-item--con" @click="handleDetail(item)">
<image class="msg-item--img" :src="item.payload.productImageUrls ? item.payload.productImageUrls[0] : require('@/static/message/xt.png')" mode="widthFix"/> <image class="msg-item--img" :src="item.payload.productImageUrls ? item.payload.productImageUrls[0] : require('@/static/message/xt.png')" mode="widthFix"/>
<view class="msg-item--desc" v-if="item.payload.customType === 'orderAutoDelivery'"> <view class="msg-item--desc">
<text>{{item.payload.content}}</text> <view >{{item.payload.content}}</view>
<template v-if="item.payload.customType === 'orderAutoDelivery'">
<template v-for="i in item.payload.virtualProductContentList"> <template v-for="i in item.payload.virtualProductContentList">
<text class="msg-item--desc-link" v-if="i.shipType === 1" @click="openLink(i)" :key="i.shipContent">[]</text> <text class="msg-item--desc-link" v-if="i.shipType === 1" @click="openLink(i)" :key="i.shipContent">[]</text>
<text v-else :key="i.shipContent">{{i.shipContent}}</text> <text v-else :key="i.shipContent">{{i.shipContent}}</text>
</template> </template>
</template>
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save