qingyiay
2023-10-07 21fb37c7162d5b47a14d6438870377c85fcc0b52
pages/driver-page/driver-index/driver-index.vue
@@ -299,7 +299,8 @@
            xsUserId: '',
            customerId: '',
            isFirstLogin: true, //是否是第一次登录
            phone: ""
            phone: "",
            isFirstTime: false //是否是登录进入首页,还是别的页面返回 false是登录 true是别的页面
         };
      },
      onShow() {
@@ -316,7 +317,9 @@
         },
         init() {
            this.qiangDanList();
            this.getLogOn()
            if (!this.isFirstTime) {
               this.getLogOn()
            }
         },
         // 司机首页列表
         qiangDanList() {
@@ -393,6 +396,7 @@
            this.$refs.previewImage.open('https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj1.png')
         },
         getLogOn() {
            this.isFirstTime = true
            this.$reqGet('getUserEntity').then(res => {
               this.phone = res.data.phone
            }).then(() => {