From 80e8fce03fb67ddc17923ca122be33335432b48a Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期四, 27 三月 2025 16:46:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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