Browse Source

首页工作首复访查询跳转

master
zzjjd 2 months ago
parent
commit
3886e92e80
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      pages/center/records/index.vue
  2. +1
    -1
      pages/index/index.vue

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

@@ -508,7 +508,7 @@
this.endtime = options.endtime + ' 23:59:59';
}
if (options.visitRecords==1) {
this.visitList[0].isShow=true
this.visitList[0].isShow=true
}else if(options.visitRecords==2){
this.visitList[1].isShow=true
this.visitList[2].isShow=true


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

@@ -1067,7 +1067,7 @@
uni.navigateTo({
url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=0' + '&violatedStatus=1'
});
} else {
} else {
if (this.zhixingcenterindex == 2) {
uni.navigateTo({
url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=2' +


Loading…
Cancel
Save