@@ -372,11 +372,12 @@ Page({
}
} else {
- util.showErrorToast(res.errmsg);
- // wx.showToast({
- // title: res.errmsg,
- // duration: 3000
- // });
+ // util.showErrorToast(res.errmsg);
+ wx.showToast({
+ title: res.errmsg,
+ icon:'none',
+ duration: 3000
+ });
}).catch(res => {