doum
2025-12-19 185f0ab2be3cb33f1436bd39c72049ac5e34fe73
h5/pages/visitorSubGuide/index.vue
@@ -1,6 +1,8 @@
<template>
  <view class="box">
    <view v-html="info"></view>
    <!-- <view v-html="info"></view> -->
      <!-- <mp-html :content="info" /> -->
      <u-parse :content="info"></u-parse>
  </view>
</template>
<script>
@@ -30,9 +32,6 @@
</script>
<style lang="scss" scoped>
.box {
  padding: 30rpx;
  .line {
    margin-bottom: 16rpx;
  }
   padding: 0 30rpx;
}
</style>