From 445ba440b32fae364a39b8ef7822ecf3bd4e6abb Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期三, 14 一月 2026 11:29:26 +0800
Subject: [PATCH] 钥匙柜bug修改

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

diff --git a/h5/pages/staff/signin.vue b/h5/pages/staff/signin.vue
index d1d44ee..a748d77 100644
--- a/h5/pages/staff/signin.vue
+++ b/h5/pages/staff/signin.vue
@@ -1,7 +1,8 @@
 <template>
   <view class="box">
     <!-- <view v-html="info"></view> -->
-		<mp-html :content="info" />
+		<!-- <mp-html :content="info" /> -->
+		<u-parse :content="info"></u-parse>
   </view>
 </template>
 <script>

--
Gitblit v1.9.3