diff --git a/Utils/Api.js b/Utils/Api.js index 703f14d..32639d6 100644 --- a/Utils/Api.js +++ b/Utils/Api.js @@ -69,3 +69,8 @@ export const getStoreListByMer = params => { export const getStoreDetailById = params => { return POST('GET', `${base}/store/getStoreDetailById`, params).then(res => res.data); } + +//手机查询统计 +export const moveHomeCount = params => { + return POST('POST', `${base}/salesman/moveHomeCount`, params).then(res => res.data); +} diff --git a/pages/index/merchant-incoming-parts/merchant-incoming-parts.vue b/pages/index/merchant-incoming-parts/merchant-incoming-parts.vue index 0963e99..e7b9a66 100644 --- a/pages/index/merchant-incoming-parts/merchant-incoming-parts.vue +++ b/pages/index/merchant-incoming-parts/merchant-incoming-parts.vue @@ -42,14 +42,14 @@ placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> - 注:商户初始密码为注册手机号后6位 + 注:商户初始密码为123456 - + @@ -1109,7 +1109,6 @@ }) if (this.merchart != 1) { this.merchart = this.merchart - 1; - console.log('============--------') this.getMerDetail(0); } }, @@ -1170,7 +1169,6 @@ if ((res.return_data.merStatus == 4 || res.return_data.merStatus == 2) && this.merchart != 1) { this.currentstatus = 0; - console.log('============') //第二步 this.merchantId = res.return_data.merType; this.companyname = res.return_data.merName @@ -1261,13 +1259,13 @@ }); return; } - if (!this.ischecked) { - uni.showToast({ - title: '请勾选', - icon: "none" - }); - return; - } + // if (!this.ischecked) { + // uni.showToast({ + // title: '请勾选', + // icon: "none" + // }); + // return; + // } let datas = { "loginName": this.loginphone, "name": this.mercontacts, diff --git a/pages/login/login.vue b/pages/login/login.vue index 00d938f..4da4af9 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -2,15 +2,15 @@