1 |
- <block wx:if="{{show}}"><view style="{{(colorStyle)}}" class="data-v-07d58e1b"><view class="discountInfo on data-v-07d58e1b"><view class="title data-v-07d58e1b">客服列表<text data-event-opts="{{[['tap',[['closeDiscount',['$event']]]]]}}" class="iconfont icon-guanbi5 data-v-07d58e1b" bindtap="__e"></text></view><view class="list data-v-07d58e1b"><block wx:for="{{customerList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item data-v-07d58e1b"><image class="img data-v-07d58e1b" src="{{item.avatar}}" mode></image><view class="text data-v-07d58e1b">{{item.staff_name}}</view><view data-event-opts="{{[['tap',[['callPhone',['$0'],[[['customerList','',index]]]]]]]}}" class="contact data-v-07d58e1b" bindtap="__e">联系客服</view></view></block></view><slot name="bottom"></slot></view><view class="mask data-v-07d58e1b" hidden="{{false}}" data-event-opts="{{[['touchmove',[['',['$event']]]],['tap',[['closeDiscount',['$event']]]]]}}" bindtouchmove="__e" bindtap="__e"></view></view></block>
|