diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue index 7f98da5..36329b9 100644 --- a/pages/center/records/index.vue +++ b/pages/center/records/index.vue @@ -342,6 +342,7 @@ this.screen.validInvalid = options.validInvalid } if (options.staTime) { + this.staTime = options.staTime; this.endtime = options.endtime+' 23:59:59'; } @@ -555,6 +556,8 @@ let orderBy = 0; if (this.activeTotal == 5) { dateType = null; + } else if (this.activeTotal == 3) { + dateType = null; } else if (this.activeTotal == 4) { dateType = null; } else { diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 4b47e4f..438ead9 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -283,7 +283,7 @@ 话术内容 - {{inc+1}}.{{che.name}} + {{inc+1}}.{{che.name}}