From b80fec5132ea82261baa1aca6ecf3acee137a63d Mon Sep 17 00:00:00 2001 From: "yang.huaxiang" Date: Sat, 14 Nov 2020 16:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=80=A7=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=A4=84=E7=90=86=EF=BC=9A=E6=B7=BB=E5=8A=A0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=A0=A1=E9=AA=8C=E5=88=9D=E7=89=88=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=20--=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3?= =?UTF-8?q?=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ebiz/common/common.js | 10 +++++++ src/views/ebiz/customer/customerList.vue | 35 +++++++++++++++++++++--- src/views/ebiz/manpower/Navigation.vue | 35 +++++++++++++++++++++--- src/views/ebiz/manpower/Training.vue | 35 +++++++++++++++++++++--- src/views/ebiz/sale/List.vue | 35 +++++++++++++++++++++--- 5 files changed, 134 insertions(+), 16 deletions(-) diff --git a/src/api/ebiz/common/common.js b/src/api/ebiz/common/common.js index 7a3037c9f..33713e7e0 100644 --- a/src/api/ebiz/common/common.js +++ b/src/api/ebiz/common/common.js @@ -80,3 +80,13 @@ export function getAuthCode(data) { data }) } + +// 获取代理人信息 +export function getCheckModelAgentInfo(data) { + return request({ + // url: getUrl('/agent/agent/info', 0), + url: getUrl('/customer/agent/info', 1), + method: 'post', + data + }) +} diff --git a/src/views/ebiz/customer/customerList.vue b/src/views/ebiz/customer/customerList.vue index 41ad806d7..4d42a87d4 100644 --- a/src/views/ebiz/customer/customerList.vue +++ b/src/views/ebiz/customer/customerList.vue @@ -86,7 +86,14 @@ - +

为确保是您本人操作,短信验证码已发送至您手机号{{ checkModel.mobile | encryCheckModelMobile }},请您输入验证码以完成后续操作。

@@ -101,7 +108,7 @@