From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 11 九月 2025 18:43:14 +0800
Subject: [PATCH] 最新版本541200007
---
h5/pages/visitorSubGuide/index.vue | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/h5/pages/visitorSubGuide/index.vue b/h5/pages/visitorSubGuide/index.vue
index 0eff7a8..23b337c 100644
--- a/h5/pages/visitorSubGuide/index.vue
+++ b/h5/pages/visitorSubGuide/index.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>
@@ -31,9 +32,6 @@
</script>
<style lang="scss" scoped>
.box {
- padding: 30rpx;
- .line {
- margin-bottom: 16rpx;
- }
+ padding: 0 30rpx;
}
</style>
\ No newline at end of file
--
Gitblit v1.9.3