From 0dabf05bfe9df453ffd394e2f280f878c848942a Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 04 十二月 2024 13:19:32 +0800
Subject: [PATCH] 1.客服电话 2.订单优惠券自动选择 3.合伙人送货详情等

---
 sub_pages/supplier/customer_service/customer_service.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sub_pages/supplier/customer_service/customer_service.vue b/sub_pages/supplier/customer_service/customer_service.vue
index a8334a1..99809d7 100644
--- a/sub_pages/supplier/customer_service/customer_service.vue
+++ b/sub_pages/supplier/customer_service/customer_service.vue
@@ -14,7 +14,8 @@
 				<view  slot="title" class="title" >我的客服</view>
 				<view  slot="label">
 					<button open-type="contact" class="component-button-contact"  @handleContact="handleContact"> 
-						客服电话:<span class="topic-gray">{{ tel }}</span>
+						客服电话:<image class="icon-clock m-r-6 m-t-2" src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/26/269f62d09013429596acc9be4be8a1bcicon-call.png"></image>
+						<span class="topic-gray" @click.stop="callTel">{{ tel }}</span>
 					</button>	
 				</view>
 				<view  slot="value" >
@@ -125,7 +126,7 @@
 				tcode: '',
 				inviterName: '',
 				// StatusBar:0,
-				tel: '15974805814',
+				tel: '19288780072',
 				tj: {},
 				tj_order: {},
 				cacheUserId: '',
@@ -157,6 +158,8 @@
 			uni.stopPullDownRefresh()
 		},
 		methods: {
+
+			
 			async bindPartnerUser(userId, name) {
 				// await this.$message.confirm(`确定要绑定${name}合伙人吗?`)
 				//调用接口绑定

--
Gitblit v1.9.3