From 950aa2c9485193817e6fbd8b1ce7986c15db15fe Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Mon, 3 Jan 2022 15:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=B1=9E=E5=AE=A2=E6=9C=8D=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabbar/my/staffDuan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tabbar/my/staffDuan.vue b/pages/tabbar/my/staffDuan.vue index c335214..8561c8b 100644 --- a/pages/tabbar/my/staffDuan.vue +++ b/pages/tabbar/my/staffDuan.vue @@ -514,7 +514,7 @@ this.is_doctor = res.data.is_doctor;//是否为医生,0否,1是 this.is_servicer = res.data.is_servicer;//是否为客服,0否,1是 this.is_staff = res.data.is_staff;//是否为普通员工,0否,1是 - if(res.data.customer_service!=0 && this.toolsList.length==7){ + if(res.data.customer_service!=0 && this.toolsList.length==8){ this.toolsList.push({src:'/static/public/customer-check.png',title:'专属客服',num:''}) } uni.setStorageSync('shareAll',res.data)