Explorar el Código

首页工作首复访查询跳转

master
zzjjd hace 1 año
padre
commit
3886e92e80
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      pages/center/records/index.vue
  2. +1
    -1
      pages/index/index.vue

+ 1
- 1
pages/center/records/index.vue Ver fichero

@@ -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 Ver fichero

@@ -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' +


Cargando…
Cancelar
Guardar