diff --git a/pages/index/customer.vue b/pages/index/customer.vue index 4b48042..4e3181f 100644 --- a/pages/index/customer.vue +++ b/pages/index/customer.vue @@ -136,11 +136,11 @@ - 接待延时 - 重新指派 + 接待延时 + 重新指派 结束接待 - + 指派顾问 diff --git a/pages/mine/reception/addreception.vue b/pages/mine/reception/addreception.vue index fdc0371..5ec4749 100644 --- a/pages/mine/reception/addreception.vue +++ b/pages/mine/reception/addreception.vue @@ -54,13 +54,12 @@ - 顾问 - + 顾问 + 接待顾问 - {{text}} 请选择接待顾问 @@ -251,7 +250,11 @@ this.parames.howMany = num; }, clickShowhid() { - if (this.userInfo.userRoleType == 6) { + if (!this.isShow) { + uni.showToast({ + icon: "none", + title: '您没有指派权限~' + }) return } if (this.freeList.length == 0) {