doum
2025-09-11 7298d5354963a88643a543b51b90192dc9fc934c
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>