yangan
2024-07-23 9aaacb5b7477a2e4879ccfeb49565e27ee2e98f5
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="接单预约操作指引"
@@ -39,7 +39,7 @@
               size="30"
               color="#b8b8b8"></u-icon>
         </u-cell>
         <u-cell title="内调单过磅指引"
         <!-- <u-cell title="内调单过磅指引"
            name='1'
            :clickable="true"
            @click="noobTour(4)">
@@ -50,7 +50,7 @@
               name="arrow-right"
               size="30"
               color="#b8b8b8"></u-icon>
         </u-cell>
         </u-cell> -->
      </u-cell-group>
      <!-- 图片预览弹出框 -->
      <view class="previewImage-container">
@@ -77,6 +77,12 @@
            this.getLogOn()
         }
      },
      props: {
         isPersonCenter: {
            type: Boolean,
            default: () => false
         }
      },
      data() {
         return {
            imgList: [],