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 @@