正在显示
2 个修改的文件
包含
3 行增加
和
4 行删除
@@ -519,10 +519,7 @@ Page({ | @@ -519,10 +519,7 @@ Page({ | ||
519 | delta: 1 | 519 | delta: 1 |
520 | }) | 520 | }) |
521 | } else { | 521 | } else { |
522 | - wx.showModal({ | ||
523 | - title: res.data.message, | ||
524 | - content: '', | ||
525 | - }) | 522 | + that.showtoast(res.data.message) |
526 | } | 523 | } |
527 | wx.hideLoading() | 524 | wx.hideLoading() |
528 | }, | 525 | }, |
@@ -1396,6 +1396,8 @@ Page({ | @@ -1396,6 +1396,8 @@ Page({ | ||
1396 | } else if (res.data.code == 400){ | 1396 | } else if (res.data.code == 400){ |
1397 | if (res.data.errors.email){ | 1397 | if (res.data.errors.email){ |
1398 | that.showtoast('邮箱格式有误') | 1398 | that.showtoast('邮箱格式有误') |
1399 | + }else{ | ||
1400 | + that.showtoast(res.data.message) | ||
1399 | } | 1401 | } |
1400 | } | 1402 | } |
1401 | }, | 1403 | }, |
请
注册
或
登录
后发表评论