From 9c863db910818acbe7486d8a13acb5c3e243f8c2 Mon Sep 17 00:00:00 2001
From: douzhuo <17611323298@163.com>
Date: Mon, 25 Jul 2022 17:45:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=BE=E9=97=AE=E6=9D=83?=
=?UTF-8?q?=E9=99=90=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/customer.vue | 9 +++++++--
pages/mine/reception/addreception.vue | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/pages/index/customer.vue b/pages/index/customer.vue
index 5d1e1b9..2b84476 100644
--- a/pages/index/customer.vue
+++ b/pages/index/customer.vue
@@ -43,9 +43,12 @@
+
diff --git a/pages/mine/reception/addreception.vue b/pages/mine/reception/addreception.vue
index 3cf30e9..b136a5b 100644
--- a/pages/mine/reception/addreception.vue
+++ b/pages/mine/reception/addreception.vue
@@ -218,7 +218,7 @@
if (this.isPass && !this.parames.agentId) {
uni.showToast({
icon: "none",
- title: "当前顾问正在接待,请选择其他顾问"
+ title: "请选择顾问~"
})
return;
}