Quellcode durchsuchen

首页穿透问题展示修改

dmb
douzhuo vor 2 Jahren
Ursprung
Commit
32c1711e8e
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. +4
    -1
      pages/center/prohibited/index.vue

+ 4
- 1
pages/center/prohibited/index.vue Datei anzeigen

@@ -182,7 +182,10 @@
this.staTime = options.staTime;
this.endtime = options.endtime;
}
if (options.violatedStatus) this.violatedStatus = options.violatedStatus
if (options.violatedStatus) {
this.violatedStatus = options.violatedStatus
this.weijinTag = this.identList[options.violatedStatus].label
}
},
onShow() {
this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');


Laden…
Abbrechen
Speichern