weimingfei
2025-10-31 9958c9393c8c3a5e2350fa9023e14cbbf74b0d9a
h5/pages/driver/reservedGuide.vue
@@ -1,6 +1,7 @@
<template>
   <view>
      <mp-html :content="content" />
   <view class="box">
      <!-- <mp-html :content="content" /> -->
      <u-parse :content="content"></u-parse>
   </view>
</template>
@@ -21,5 +22,7 @@
</script>
<style lang="scss">
.box{
   padding: 0 30rpx;
}
</style>