jiangping
2024-10-09 c5cc7da07c7f202f336468c0cd0d2789b4775b03
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>