liukangdong
2024-10-31 18e9c3c8c5c05fb14b13d2a30a69af0165496f33
h5/pages/driver/reservedGuide.vue
@@ -1,6 +1,6 @@
<template>
   <view>
      <mp-html :content="content" />
   </view>
</template>
@@ -8,8 +8,14 @@
   export default {
      data() {
         return {
            content: ''
         };
      },
      onLoad(option) {
         this.content = uni.getStorageSync('driverGuide')[option.str]
      },
      methods: {
      }
   }
</script>