#
whycq
2024-05-07 4bfdb8f5d74e9b55360ed45db27f7f428b9d0b6b
pages/phyz/order/orderCar.vue
@@ -175,7 +175,7 @@
                     },1000)
                  } else if (res.code == 403) {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                     setTimeout(() => { uni.reLaunch({ url: '../login/login' }); }, 1000);
                     setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }