#
whycq
2024-05-07 eb6a6e7b0d5f3996ea94239aa7cee00fabf601d4
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' })
                  }