瀏覽代碼

首页工作首复访查询跳转

master
zzjjd 1 年之前
父節點
當前提交
3886e92e80
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      pages/center/records/index.vue
  2. +1
    -1
      pages/index/index.vue

+ 1
- 1
pages/center/records/index.vue 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存