From 5e92fc1d364fa20fa0776ed40015b27cc1fa34a7 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Thu, 17 Nov 2022 17:13:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plus/editQuestion.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/plus/editQuestion.vue b/pages/plus/editQuestion.vue index fc93e2f..697ebcf 100644 --- a/pages/plus/editQuestion.vue +++ b/pages/plus/editQuestion.vue @@ -123,10 +123,9 @@ onLoad(option){ if(option.value){ this.qa=JSON.parse(option.value) - this.content = (this.qa.content).replace(/<\/?[^>]*>/g, ''); + this.content = (this.qa.content).replace(/<\/?[^>]*>/g, ''); } }, - }