diff --git a/pages/center/Piabodata/Userinsightinto.vue b/pages/center/Piabodata/Userinsightinto.vue index 7e69c23..38089ef 100644 --- a/pages/center/Piabodata/Userinsightinto.vue +++ b/pages/center/Piabodata/Userinsightinto.vue @@ -143,11 +143,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 adf95f2..bb618c7 100644 --- a/pages/center/consumer/consumerDetail.vue +++ b/pages/center/consumer/consumerDetail.vue @@ -29,7 +29,7 @@ - 顾问姓名:{{customerInfo.agentName}} + 顾问姓名:{{customerInfo.ownerName}} 客户标签: diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue index ee07b1a..b2a9024 100644 --- a/pages/center/records/index.vue +++ b/pages/center/records/index.vue @@ -322,7 +322,7 @@ this.screen.validInvalid = options.validInvalid if (options.staTime) { this.staTime = options.staTime; - this.endtime = options.endtime; + this.endtime = options.endtime +' 23:59:59';; } }, onShow() {