#3
whycq
2024-04-17 8983271395e1179c5ec50a2b1c5af8580c2f4702
pages/phyz/order/pakinOrderSelect.vue
@@ -122,7 +122,7 @@
                     _this.mask = false
                  } 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' })
                  }