From 61b0471d8b71688c8b4c736a888816ef0bd61116 Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 1 Aug 2024 22:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/gamll/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/gamll/index.vue b/pages/gamll/index.vue index f31235f..ab249b0 100644 --- a/pages/gamll/index.vue +++ b/pages/gamll/index.vue @@ -438,8 +438,8 @@ }) that.tabType = data.list.list that.paymentMethods = data.list.paymentMethods; - that.retail=data.list.retail - that.wholesale=data.list.wholesale + that.retail=data.list.retail.replace(/(\r\n|\n|\r)/gm, '
').replace(/\n/g, "") + that.wholesale=data.list.wholesale.replace(/(\r\n|\n|\r)/gm, '
').replace(/\n/g, "") that.getBan() } else { that.$toast(message)