| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="user-utils kf-container m-20 flex" v-if="selftype==='customer'||!selftype" |
| | | @click="goto('/sub_pages/supplier/customer_service/customer_service',false)"> |
| | | <view class=""> |
| | | <image src="/static/common/icon-kf.png" class="icon-kf m-r-15 img100 icon"></image> |
| | | </view> |
| | | <view class="flex1" > |
| | | <view class="icon-view" style="font-weight: 600;"> |
| | | 我的客服 |
| | | </view> |
| | | <view class="flex m-t-12"> |
| | | <view class="flex1 w-fit m-auto icon-view" @click.stop="callTel"> |
| | | <image src="/static/common/icon-call.png" class="icon icon-call m-r-10 img100"></image> |
| | | {{tel}} |
| | | </view> |
| | | <view class="flex1 w-fit m-auto icon-view flex flex-wrap-normal" open-type="contact"> |
| | | <image src="/static/common/icon-wx.png" class="icon icon-call m-t-2 m-r-10 img100"></image> |
| | | |
| | | <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> |
| | | 在线客服 |
| | | </button> |
| | | </view> |
| | | |
| | | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="user-utils m-20" v-if="selftype==='customer'||!selftype"> |
| | | <view class="user-util m-t-12 user-customer-service-infos"> |
| | | <view class="title flex"> |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="user-util m-t-12 flex" |
| | | <!-- <view class="user-util m-t-12 flex" |
| | | v-if="selftype==='supplier'||selftype==='customer' || !selftype" |
| | | @click="goto('/sub_pages/supplier/customer_service/customer_service',false)"> |
| | | <view class="title">我的客服</view> |
| | | <view class="right-icon"> |
| | | <uni-icons type="right"></uni-icons> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | |
| | | |
| | | |