|
...
|
...
|
@@ -519,10 +519,7 @@ Page({ |
|
519
|
519
|
delta: 1
|
|
520
|
520
|
})
|
|
521
|
521
|
} else {
|
|
522
|
|
- wx.showModal({
|
|
523
|
|
- title: res.data.message,
|
|
524
|
|
- content: '',
|
|
525
|
|
- })
|
|
|
522
|
+ that.showtoast(res.data.message)
|
|
526
|
523
|
}
|
|
527
|
524
|
wx.hideLoading()
|
|
528
|
525
|
},
|
...
|
...
|
|