From 29e3edd9257a2cdd08682c030971a6c00c076496 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Thu, 18 Apr 2024 15:45:35 +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=98?= 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 38a60cc..e2ec7cc 100644 --- a/src/views/vip/VipAuthManageView.vue +++ b/src/views/vip/VipAuthManageView.vue @@ -273,7 +273,7 @@ export default { if (authIntro.startsWith('{') && authIntro.endsWith('}')) { authIntro = JSON.parse(authIntro); } else { - authIntro = { + i.authIntro = { zh: authIntro, ar: authIntro, en: authIntro,