Browse Source

时间

master
jyt 1 year ago
parent
commit
dfffd3971d
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      pages/center/Piabodata/Userinsightinto.vue
  2. +1
    -1
      pages/center/consumer/consumerDetail.vue
  3. +1
    -1
      pages/center/records/index.vue

+ 2
- 2
pages/center/Piabodata/Userinsightinto.vue View File

@@ -137,11 +137,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
});
}
},


+ 1
- 1
pages/center/consumer/consumerDetail.vue View File

@@ -35,7 +35,7 @@
</view>
</view>
<view class="content-sec-lab">
顾问姓名:<view class="content-sec-lab1">{{customerInfo.agentName}}</view>
顾问姓名:<view class="content-sec-lab1">{{customerInfo.ownerName}}</view>
</view>
<view class="content-sec-lab">
添加时间:<view class="content-sec-lab1">{{customerInfo.createTime}}</view>


+ 1
- 1
pages/center/records/index.vue View File

@@ -343,7 +343,7 @@
}
if (options.staTime) {
this.staTime = options.staTime;
this.endtime = options.endtime;
this.endtime = options.endtime+' 23:59:59';;
}

},


Loading…
Cancel
Save