专属客服修改

master
chen 2022-01-03 15:57:05 +08:00
parent cc0e432712
commit 950aa2c948
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@
this.is_doctor = res.data.is_doctor;//01 this.is_doctor = res.data.is_doctor;//01
this.is_servicer = res.data.is_servicer;//01 this.is_servicer = res.data.is_servicer;//01
this.is_staff = res.data.is_staff;//01 this.is_staff = res.data.is_staff;//01
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:''}) this.toolsList.push({src:'/static/public/customer-check.png',title:'专属客服',num:''})
} }
uni.setStorageSync('shareAll',res.data) uni.setStorageSync('shareAll',res.data)