liukangdong
2024-10-14 9c8dee1390f9c88f449f1a7f0d8b65a737ed696a
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>