From 17ecbaae8d036bb1f59b1d74b153fa9dfe542f3f Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 27 三月 2025 14:17:36 +0800
Subject: [PATCH] 解决h5访客申请bug

---
 h5/pages/staffLogin/login.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/h5/pages/staffLogin/login.vue b/h5/pages/staffLogin/login.vue
index 6b8785f..28a2a8e 100644
--- a/h5/pages/staffLogin/login.vue
+++ b/h5/pages/staffLogin/login.vue
@@ -68,7 +68,8 @@
 			<view class="modal">
 				<!-- <view v-html="htmlText"></view> -->
 				<view class="content">
-					<mp-html :content="htmlText" />
+					<!-- <mp-html :content="htmlText" /> -->
+					<u-parse :content="htmlText"></u-parse>
 				</view>
 			</view>
 		</u-popup>

--
Gitblit v1.9.3