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