diff --git a/pages/cart/cart2/cart2.js b/pages/cart/cart2/cart2.js index 127a41e..4f9bb64 100644 --- a/pages/cart/cart2/cart2.js +++ b/pages/cart/cart2/cart2.js @@ -3842,6 +3842,13 @@ Page({ th.setData({ submit: 0, }) + + wx.showToast({ + title: "网络繁忙("+res.statusCode+"),请重试", + icon: 'none', + duration: 2000 + }) + } }, fail: function () { @@ -3851,6 +3858,7 @@ Page({ th.setData({ submit: 0, }) + wx.showToast({ title: '系统错误' }) } })