专属客服修改
parent
cc0e432712
commit
950aa2c948
|
@ -514,7 +514,7 @@
|
||||||
this.is_doctor = res.data.is_doctor;//是否为医生,0否,1是
|
this.is_doctor = res.data.is_doctor;//是否为医生,0否,1是
|
||||||
this.is_servicer = res.data.is_servicer;//是否为客服,0否,1是
|
this.is_servicer = res.data.is_servicer;//是否为客服,0否,1是
|
||||||
this.is_staff = res.data.is_staff;//是否为普通员工,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:''})
|
this.toolsList.push({src:'/static/public/customer-check.png',title:'专属客服',num:''})
|
||||||
}
|
}
|
||||||
uni.setStorageSync('shareAll',res.data)
|
uni.setStorageSync('shareAll',res.data)
|
||||||
|
|
Loading…
Reference in New Issue