jiangping
2025-01-23 9adce67dc6af1c6cf4a0d0528eced986771c2d64
h5/pages/driver/reservedGuide.vue
@@ -1,5 +1,5 @@
<template>
   <view>
   <view class="box">
      <mp-html :content="content" />
   </view>
</template>
@@ -21,5 +21,7 @@
</script>
<style lang="scss">
.box{
   padding: 0 30rpx;
}
</style>