jiangping
2024-10-08 a1cb73b1596fc3872b4a09b9598edaacaeeb1357
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>