wk
2024-05-29 e3406029e8f6bc39163a12ff0b12c32413140886
components/noobTour/noobTour.vue
@@ -1,6 +1,6 @@
<template>
   <view class="noob-tour"
      v-if="roleType===3&&isFirstLogin">
      v-if="roleType===3&&isFirstLogin||isPersonCenter">
      <combined-title title="操作指引"></combined-title>
      <u-cell-group>
         <u-cell title="接单预约操作指引"
@@ -77,6 +77,12 @@
            this.getLogOn()
         }
      },
      props: {
         isPersonCenter: {
            type: Boolean,
            default: () => false
         }
      },
      data() {
         return {
            imgList: [],