From 32c1711e8e9455be29aa0a6fcdc4ec98575521aa Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 10 Aug 2022 11:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=A9=BF=E9=80=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=B1=95=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/prohibited/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/center/prohibited/index.vue b/pages/center/prohibited/index.vue index 5a8e85f..5e61a58 100644 --- a/pages/center/prohibited/index.vue +++ b/pages/center/prohibited/index.vue @@ -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');