提交 ae1baa0a9c57be2f5c855350c1746462ff19dc89

作者 pangy
1 个父辈 7c7caf9a

自然人 报错吐司

... ... @@ -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 },
... ...
... ... @@ -1396,6 +1396,8 @@ Page({
1396 1396 } else if (res.data.code == 400){
1397 1397 if (res.data.errors.email){
1398 1398 that.showtoast('邮箱格式有误')
  1399 + }else{
  1400 + that.showtoast(res.data.message)
1399 1401 }
1400 1402 }
1401 1403 },
... ...
注册登录 后发表评论