|
@@ -403,7 +403,24 @@
|
|
|
style="margin-left: 20rpx;color: #000000;background-color: #ffffff;">
|
|
style="margin-left: 20rpx;color: #000000;background-color: #ffffff;">
|
|
|
{{item.content}}已拒绝
|
|
{{item.content}}已拒绝
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
|
|
+ <view v-if="item.content && item.messageType === 99"
|
|
|
|
|
+ class="chat-listitem-text"
|
|
|
|
|
+ style="padding-bottom: 20rpx;;padding-top: 20rpx;margin-left: 20rpx;color: #000000;background-color: #ffffff;border: 1rpx solid #c6fee7;background: linear-gradient(to bottom, #D9FEED, #ffffff);">
|
|
|
|
|
+ <view class="flex align-center">
|
|
|
|
|
+ <image src="../../static/im/orderInfo.png"
|
|
|
|
|
+ style="width: 60rpx;height: 60rpx;margin-right: 10rpx;flex-shrink: 0;" mode="aspectFill"></image>
|
|
|
|
|
+ 您收到了{{item.content}}
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view v-if="item.content && item.messageType === 98"
|
|
|
|
|
+ class="chat-listitem-text"
|
|
|
|
|
+ style="padding-bottom: 20rpx;;padding-top: 20rpx;margin-left: 20rpx;color: #000000;background-color: #ffffff;border: 1rpx solid #c6fee7;background: linear-gradient(to bottom, #D9FEED, #ffffff);">
|
|
|
|
|
+ <view class="flex align-center">
|
|
|
|
|
+ <image src="../../static/im/orderInfo.png"
|
|
|
|
|
+ style="width: 60rpx;height: 60rpx;margin-right: 10rpx;flex-shrink: 0;" mode="aspectFill"></image>
|
|
|
|
|
+ {{item.content}}
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
|
|
|
<image @tap="viewImg(item.content)" v-if="item.content && item.messageType === 2"
|
|
<image @tap="viewImg(item.content)" v-if="item.content && item.messageType === 2"
|
|
|
:src="item.content" style="height: 200rpx;width: 200rpx;margin-left: 20rpx;"></image>
|
|
:src="item.content" style="height: 200rpx;width: 200rpx;margin-left: 20rpx;"></image>
|
|
@@ -505,6 +522,24 @@
|
|
|
style="margin-right: 20rpx;">
|
|
style="margin-right: 20rpx;">
|
|
|
{{item.content}}已拒绝
|
|
{{item.content}}已拒绝
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view v-if="item.content && item.messageType === 99"
|
|
|
|
|
+ class="chat-listitem-text textColor"
|
|
|
|
|
+ style="padding-bottom: 20rpx;;padding-top: 20rpx;margin-right: 20rpx;color: #000000;background-color: #ffffff;border: 1rpx solid #c6fee7;background: linear-gradient(to bottom, #D9FEED, #ffffff);">
|
|
|
|
|
+ <view class="flex align-center">
|
|
|
|
|
+ <image src="../../static/im/orderInfo.png"
|
|
|
|
|
+ style="width: 60rpx;height: 60rpx;margin-right: 10rpx;flex-shrink: 0;" mode="aspectFill"></image>
|
|
|
|
|
+ 您发送了{{item.content}}
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view v-if="item.content && item.messageType === 98"
|
|
|
|
|
+ class="chat-listitem-text textColor"
|
|
|
|
|
+ style="padding-bottom: 20rpx;;padding-top: 20rpx;margin-right: 20rpx;color: #000000;background-color: #ffffff;border: 1rpx solid #c6fee7;background: linear-gradient(to bottom, #D9FEED, #ffffff);">
|
|
|
|
|
+ <view class="flex align-center">
|
|
|
|
|
+ <image src="../../static/im/orderInfo.png"
|
|
|
|
|
+ style="width: 60rpx;height: 60rpx;margin-right: 10rpx;flex-shrink: 0;" mode="aspectFill"></image>
|
|
|
|
|
+ {{item.content}}
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
<view class="chat-listitem-text textColor" style="margin-right: 20rpx;"
|
|
<view class="chat-listitem-text textColor" style="margin-right: 20rpx;"
|
|
|
v-if="item.content && item.messageType === 18"
|
|
v-if="item.content && item.messageType === 18"
|
|
|
@click="openMapss(item.content.latitude,item.content.longitude,item.content.address)">
|
|
@click="openMapss(item.content.latitude,item.content.longitude,item.content.address)">
|