提交 0d6466394a203e3af58877c6cda23c0e965976c2

作者 pangy
1 个父辈 a6e6384a

。。。

... ... @@ -518,6 +518,7 @@ Page({
518 518 },
519 519 success: function(res) {
520 520 console.log(res)
  521 + wx.hideLoading()
521 522 if (res.statusCode == 200) {
522 523 wx.navigateBack({
523 524 delta: 1
... ... @@ -525,7 +526,6 @@ Page({
525 526 } else {
526 527 that.showtoast(res.data.message)
527 528 }
528   - wx.hideLoading()
529 529 },
530 530 fail(res) {
531 531 console.log(res)
... ...
注册登录 后发表评论