pages/phyz/order/pakinOrderSelect.vue
@@ -120,7 +120,12 @@ _this.dataList = res.data.records _this.total = res.data.total _this.mask = false } } else if (res.code == 403) { uni.showToast({ title: res.msg, icon: "error", position: 'top' }) setTimeout(() => { uni.reLaunch({ url: '../login/login' }); }, 1000); } else { uni.showToast({ title: res.msg, icon: "error", position: 'top' }) } } }) },