@@ -123,7 +123,7 @@ Component({
}
}).then(s => {
if (s.msg != '成功') return wx.showToast({
- title: s.data,
+ title: s.msg,
icon: "none"
});
setTimeout(() => {