From 4318e8d0da14a82d6ee2d2dac7b3f7d33ecc2b74 Mon Sep 17 00:00:00 2001 From: mahe Date: Sat, 6 May 2023 16:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=97=E9=93=BA=E8=A3=85?= =?UTF-8?q?=E4=BF=AE=E9=80=89=E6=8B=A9=E9=93=BE=E6=8E=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/shop/wap/decorate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/seller/src/views/shop/wap/decorate.vue b/seller/src/views/shop/wap/decorate.vue index 497aa6e9..919d0d5d 100644 --- a/seller/src/views/shop/wap/decorate.vue +++ b/seller/src/views/shop/wap/decorate.vue @@ -262,6 +262,7 @@ export default { }, // 回调选择的链接 selectedLink(val) { + this.selectedLinks.zoneInfo = []; // 需删除图片中 intro 和 mobileIntro 可能存在转义符导致json出错问题 delete val.selected; delete val.intro;