liukangdong
2025-03-12 f0f08cc1ff84d45de32d8bff4a40e6a7d0d7a9e6
h5/pages/visitorSubGuide/index.vue
@@ -1,6 +1,7 @@
<template>
  <view class="box">
    <view v-html="info"></view>
    <!-- <view v-html="info"></view> -->
      <mp-html :content="info" />
  </view>
</template>
<script>
@@ -30,9 +31,6 @@
</script>
<style lang="scss" scoped>
.box {
  padding: 30rpx;
  .line {
    margin-bottom: 16rpx;
  }
   padding: 0 30rpx;
}
</style>