jiangping
2024-12-17 0798091933fade5d2ee24891d7441b4e848a4d25
h5/pages/driver/index.vue
@@ -147,9 +147,12 @@
         })
      },
      loginOut() {
         logoutPost({isH5: 1})
         this.$store.commit('empty')
         window.location.href = app_url
         logoutPost({isH5: 1}).then(res => {
            this.$store.commit('empty')
            setTimeout(() => {
               window.location.href = app_url
            }, 300)
         })
      },
      taskClick(item) {
         const status = item.status
@@ -324,7 +327,7 @@
      background: #ffffff;
      box-shadow: 0rpx 6rpx 24rpx 0rpx rgba(39, 155, 170, 0.32);
      border-radius: 16rpx;
      height: 280rpx;
      height: 260rpx;
      width: 98%;
      margin-left: 1%;