#
whycq
2024-04-10 ae5987206d8621dd8ca44266b9dc920da2822314
pages/phyz/order/pakinOrderSelect.vue
@@ -120,6 +120,11 @@
                     _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' })
                  } 
               }
            })