From bf580d5477d65f5eefb70a8fb9a6b37eaf0ae9bb Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 06 九月 2022 09:16:25 +0800
Subject: [PATCH] 2022.9.6

---
 pages/module_consult/consultresultmore/consultresultmore.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/module_consult/consultresultmore/consultresultmore.js b/pages/module_consult/consultresultmore/consultresultmore.js
index bd1699b..1224c19 100644
--- a/pages/module_consult/consultresultmore/consultresultmore.js
+++ b/pages/module_consult/consultresultmore/consultresultmore.js
@@ -58,7 +58,7 @@
       success (res) {
         let result = that.data.result
         res.forEach(r => {
-          r.des = r.des.replace('\\n', '<br/>')
+          r.des = r.des.replaceAll('\\n', '<br/>')
           if (result.length === 0) {
             result.push({
               typeId: r.typeId,

--
Gitblit v1.9.3