1 |
- <view class="chat-pages"><u-navbar vue-id="5fa02032-1" border="{{false}}" fixed="{{true}}" placeholder="{{true}}" bind:__l="__l" vue-slots="{{['left','right']}}"><view class="u-nav-slot" style="display:flex;" slot="left"><u-icon vue-id="{{('5fa02032-2')+','+('5fa02032-1')}}" name="arrow-left" size="20" data-event-opts="{{[['^click',[['return1']]]]}}" bind:click="__e" bind:__l="__l"></u-icon><text class="title">{{user_other.merchant_name||user_other.nickname||user_other.easemob_nickname}}</text></view><view class="u-flex" slot="right" data-event-opts="{{[['tap',[['goshop',['$0'],['user_other.id']]]]]}}" bindtap="__e"><block wx:if="{{user_other.merchant_name}}"><view class="dian">{{i18n.store}}</view></block><view style="width:200rpx;"></view></view></u-navbar><view style="height:60rpx;"></view><scroll-view style="height:calc(100vh - 360rpx);overflow:hidden;" scroll-y="true" scroll-into-view="{{scrollIntoViewId}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="chat-item" id="{{'msg'+item.$orig.ext.id}}"><view class="chat-time">{{''+item.m0+''}}</view><block wx:if="{{item.$orig.from==user_other_no}}"><view class="chat-item-box u-flex u-col-top acenter"><image class="user-img" src="{{user_other.avatar||user_other.image}}" mode></image><block wx:if="{{item.$orig.type=='txt'&&!item.$orig.ext.type}}"><view style="max-width:80%;"><view class="chat-text" style="{{'background:'+(item.$orig.from==user_no?'#D3E5FB':'#fff')+';'}}">{{''+item.$orig.msg+''}}</view></view></block><block wx:if="{{item.$orig.type=='img'}}"><view style="margin:0 20rpx;"><image style="width:200rpx;height:200rpx;" src="{{item.$orig.url}}" alt class="_img"></image></view></block><block wx:if="{{item.$orig.type=='audio'}}"><view style="max-width:80%;"><view data-event-opts="{{[['tap',[['playaudio',['$0'],[[['list','',index,'url']]]]]]]}}" class="chat-text hflex acenter jend" style="background:#D3E5FB;max-width:550rpx;" bindtap="__e"><image style="width:20rpx;height:20rpx;" src="../static/images/yuyin-left.png" mode></image><text style="{{('padding-left: '+item.g0*10+'rpx')}}">{{item.g1}}</text></view></view></block><block wx:if="{{item.$orig.type=='txt'&&item.$orig.ext.type=='shopinfo'}}"><view data-event-opts="{{[['tap',[['toinfo',['$0'],[[['list','',index,'ext.order.id']]]]]]]}}" class="chat-header" style="{{'top:'+(statusheight+58+'px')+';'}}" bindtap="__e"><view class="u-flex "><image style="width:152rpx;height:152rpx;" src="{{item.$orig.ext.order.image}}" mode></image><view class="u-flex-column u-row-between" style="margin-left:20rpx;height:152rpx;"><view class="chattitle">{{item.$orig.ext.order.name}}</view><text class="catmoney">{{"¥"+(item.$orig.ext.order.discount_price||item.$orig.ext.order.discount_price)}}</text></view></view><view style="border:2rpx solid #979797;opacity:0.1;margin:24rpx 0;"></view><view class="chatfu">{{item.$orig.ext.order.fu}}</view></view></block><block wx:if="{{item.$orig.type=='txt'&&item.$orig.ext.type=='orderinfo'}}"><view data-event-opts="{{[['tap',[['toDetail',['$0'],[[['list','',index,'ext.order.info.order.id']]]]]]]}}" class="chat-header" style="{{'top:'+(statusheight+58+'px')+';'}}" bindtap="__e"><view class="chatfu" style="height:50rpx;display:flex;justify-content:space-between;align-items:center;"><view>{{"订单编号:"+item.$orig.ext.order.info.order.order_no}}</view></view><block wx:for="{{item.$orig.ext.order.info.order_goods}}" wx:for-item="child" wx:for-index="index" wx:key="index"><view class="u-flex " style="margin-top:10rpx;"><image style="width:152rpx;height:152rpx;" src="{{child.goods_image}}" mode></image><view class="u-flex-column u-row-between" style="margin-left:20rpx;height:152rpx;"><view class="chattitle">{{child.goods_name}}</view><text class="catmoney">{{"¥"+child.amount}}</text></view></view></block></view></block></view></block><block wx:if="{{item.$orig.from==user_no}}"><view class="chat-item-box u-flex u-col-top jend"><block wx:if="{{item.$orig.type=='txt'&&!item.$orig.ext.type}}"><view style="max-width:80%;"><view class="chat-text" style="{{'background:'+(item.$orig.from==user_no?'#D3E5FB':'#fff')+';'}}">{{''+item.$orig.msg+''}}</view></view></block><block wx:if="{{item.$orig.type=='audio'}}"><view style="max-width:80%;"><view data-event-opts="{{[['tap',[['playaudio',['$0'],[[['list','',index,'url']]]]]]]}}" class="chat-text hflex acenter jend" style="background:#D3E5FB;max-width:550rpx;" bindtap="__e"><text style="{{('padding-left: '+item.g2*10+'rpx')}}">{{item.g3}}</text><image style="width:20rpx;height:20rpx;" src="../static/images/yuyin-right.png" mode></image></view></view></block><block wx:if="{{item.$orig.type=='img'}}"><view style="margin:0 20rpx;"><image style="width:200rpx;height:200rpx;" src="{{item.$orig.url}}" alt class="_img"></image></view></block><block wx:if="{{item.$orig.type=='txt'&&item.$orig.ext.type=='shopinfo'}}"><view data-event-opts="{{[['tap',[['toinfo',['$0'],[[['list','',index,'ext.order.id']]]]]]]}}" class="chat-header" style="{{'top:'+(statusheight+58+'px')+';'}}" bindtap="__e"><view class="u-flex "><image style="width:152rpx;height:152rpx;" src="{{item.$orig.ext.order.image}}" mode></image><view class="u-flex-column u-row-between" style="margin-left:20rpx;height:152rpx;"><view class="chattitle">{{item.$orig.ext.order.name}}</view><text class="catmoney">{{"¥"+(item.$orig.ext.order.discount_price||item.$orig.ext.order.discount_price)}}</text></view></view><view style="border:2rpx solid #979797;opacity:0.1;margin:24rpx 0;"></view><view class="chatfu">{{item.$orig.ext.order.fu}}</view></view></block><block wx:if="{{item.$orig.type=='txt'&&item.$orig.ext.type=='orderinfo'}}"><view data-event-opts="{{[['tap',[['toDetail',['$0'],[[['list','',index,'ext.order.info.order.id']]]]]]]}}" class="chat-header" style="{{'top:'+(statusheight+58+'px')+';'}}" bindtap="__e"><view class="chatfu" style="height:50rpx;display:flex;justify-content:space-between;align-items:center;"><view>{{"订单编号:"+item.$orig.ext.order.info.order.order_no}}</view></view><block wx:for="{{item.$orig.ext.order.info.order_goods}}" wx:for-item="child" wx:for-index="index" wx:key="index"><view class="u-flex " style="margin-top:10rpx;"><image style="width:152rpx;height:152rpx;" src="{{child.goods_image}}" mode></image><view class="u-flex-column u-row-between" style="margin-left:20rpx;height:152rpx;"><view class="chattitle">{{child.goods_name}}</view><text class="catmoney">{{"¥"+child.amount}}</text></view></view></block></view></block><block wx:if="{{item.$orig.from=='13523652365'}}"><image style="width:88rpx;height:88rpx;" src="/pageA/static/images/kefu.png" mode></image></block><block wx:else><block wx:if="{{item.$orig.from==user_no}}"><image class="user-img" src="{{user.avatar}}" mode></image></block></block></view></block></view></block></scroll-view><view style="height:55rpx;"></view><kj-chat style="position:fixed;bottom:0;left:0;z-index:100;" vue-id="5fa02032-3" user="{{user}}" to="{{user_other_no}}" list="{{changyong_list}}" user_other="{{user_other}}" data-event-opts="{{[['^success',[['getdatab']]]]}}" bind:success="__e" bind:__l="__l"></kj-chat></view>
|