k94314517
2024-10-16 29152ca8fbdd2cce99c7c8739bf5ae590ea2837e
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>