@@ -34,7 +34,14 @@ export default {
})
this.page.pageIndex = 1
this.getList(true)
- }
+ } else {
+ uni.showToast({
+ title: res.msg,
+ icon: 'none'
+ })
+ this.page.pageIndex = 1
+ this.getList(true)
+ }
}