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)