@@ -168,15 +168,15 @@
console.log(res)
if (res.data.msg == "success") {
uni.showToast({
- title: '核销返利成功',
+ title: '核销返利成功!',
duration: 2000
});
this.getData()
} else {
- title: '核销返利失败',
- icon: false,
+ title: '核销返利失败!',
+ icon: 'none',
}