diff --git a/pages/center/Piabodata/Userinsightinto.vue b/pages/center/Piabodata/Userinsightinto.vue index c4e3090..60b021a 100644 --- a/pages/center/Piabodata/Userinsightinto.vue +++ b/pages/center/Piabodata/Userinsightinto.vue @@ -147,11 +147,11 @@ }); }else if(i==2){ uni.navigateTo({ - url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=1'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd + url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=1&validInvalid=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd }); }else{ uni.navigateTo({ - url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd + url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=0&validInvalid=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd }); } }, diff --git a/pages/center/consumer/consumerDetail.vue b/pages/center/consumer/consumerDetail.vue index 053b325..1205e50 100644 --- a/pages/center/consumer/consumerDetail.vue +++ b/pages/center/consumer/consumerDetail.vue @@ -33,7 +33,7 @@ - 顾问姓名:{{customerInfo.agentName}} + 顾问姓名:{{customerInfo.ownerName}} 添加时间:{{customerInfo.createTime}} diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue index b1b79e1..7f98da5 100644 --- a/pages/center/records/index.vue +++ b/pages/center/records/index.vue @@ -343,7 +343,7 @@ } if (options.staTime) { this.staTime = options.staTime; - this.endtime = options.endtime; + this.endtime = options.endtime+' 23:59:59'; } }, diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 438ead9..4b47e4f 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -283,7 +283,7 @@ 话术内容 - {{inc+1}}.{{che.name}} + {{inc+1}}.{{che.name}} diff --git a/utils/domain.js b/utils/domain.js index 656f1a7..3bdd840 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,10 +1,9 @@ // http.js使用域名 -const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 +// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 // const baseUrl = 'http://192.168.31.211:8080/api';// 泽明 // const baseUrl = 'http://localhost:8080/autoSR/api'; // 本地 // const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙 -// const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩 -// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 +const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式