Browse Source

首页穿透问题展示修改

dmb
douzhuo 2 years ago
parent
commit
32c1711e8e
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      pages/center/prohibited/index.vue

+ 4
- 1
pages/center/prohibited/index.vue View File

@@ -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');


Loading…
Cancel
Save