From fa2bb73df38a2f1138bc222be4799d062908fa17 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Thu, 18 Apr 2024 15:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=95=BF=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=982?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/vip/VipAuthManageView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/vip/VipAuthManageView.vue b/src/views/vip/VipAuthManageView.vue index e2ec7cc..4f7875e 100644 --- a/src/views/vip/VipAuthManageView.vue +++ b/src/views/vip/VipAuthManageView.vue @@ -271,7 +271,7 @@ export default { } let authIntro = i.authIntro; if (authIntro.startsWith('{') && authIntro.endsWith('}')) { - authIntro = JSON.parse(authIntro); + i.authIntro = JSON.parse(authIntro); } else { i.authIntro = { zh: authIntro,