From 5f902ea187c8d36e11ca129d02bf5ad72b29005d Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期四, 17 十月 2024 00:40:09 +0800 Subject: [PATCH] 1. --- sub_pages/supplier/customer_service/customer_service.vue | 38 +++++++++++++++++++++++++++----------- 1 files changed, 27 insertions(+), 11 deletions(-) diff --git a/pages/customer_service/customer_service.vue b/sub_pages/supplier/customer_service/customer_service.vue similarity index 67% rename from pages/customer_service/customer_service.vue rename to sub_pages/supplier/customer_service/customer_service.vue index ea6e8ba..f25e705 100644 --- a/pages/customer_service/customer_service.vue +++ b/sub_pages/supplier/customer_service/customer_service.vue @@ -19,7 +19,7 @@ </view> <view slot="value" > <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> - <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image> + <image class="icon-clock m-r-6 m-t-2" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/63/63b766e95c1d4232a8d39505cddd49e7icon-wx.png"></image> </button> <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> 我的客服 @@ -28,7 +28,7 @@ </u-cell> </u-cell-group> - <!-- <u-cell-group> + <u-cell-group> <u-cell title="单元格" value="内容" @@ -37,8 +37,12 @@ > <view slot="title" class="title" >新用户咨询</view> <view slot="value"> - <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image> - <view>新手咨询</view> + <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> + <image class="icon-clock m-r-6 m-t-2" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/63/63b766e95c1d4232a8d39505cddd49e7icon-wx.png"></image> + </button> + <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> + 新手咨询 + </button> </view> </u-cell> </u-cell-group> @@ -52,8 +56,12 @@ > <view slot="title" class="title" >订单客服(改单/补退/特殊需求)</view> <view slot="value"> - <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image> - <view>订单客服</view> + <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> + <image class="icon-clock m-r-6 m-t-2" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/63/63b766e95c1d4232a8d39505cddd49e7icon-wx.png"></image> + </button> + <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> + 订单客服 + </button> </view> </u-cell> </u-cell-group> @@ -67,8 +75,12 @@ > <view slot="title" class="title" >物流客服</view> <view slot="value"> - <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image> - <view>物流客服</view> + <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> + <image class="icon-clock m-r-6 m-t-2" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/63/63b766e95c1d4232a8d39505cddd49e7icon-wx.png"></image> + </button> + <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> + 物流客服 + </button> </view> </u-cell> </u-cell-group> @@ -82,11 +94,15 @@ > <view slot="title" class="title" >售后客服</view> <view slot="value"> - <image class="icon-clock m-r-6 m-t-2" src="../../static/common/icon-call.png"></image> - <view>售后客服</view> + <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> + <image class="icon-clock m-r-6 m-t-2" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/63/63b766e95c1d4232a8d39505cddd49e7icon-wx.png"></image> + </button> + <button open-type="contact" class="component-button-contact" @handleContact="handleContact"> + 售后客服 + </button> </view> </u-cell> - </u-cell-group> --> + </u-cell-group> </view> -- Gitblit v1.9.3