5.14号,核销调整
This commit is contained in:
parent
87db769e7d
commit
13906024e4
@ -183,13 +183,13 @@ export default {
|
||||
const par = res.result.split("|");
|
||||
getGoodstake(par[0], par[1], { storeid: par[2] }).then((resfn) => {
|
||||
console.log("resfn", resfn);
|
||||
|
||||
if (resfn.data.success) {
|
||||
uni.showToast({
|
||||
title: resfn.data.message,
|
||||
icon: "none",
|
||||
});
|
||||
}
|
||||
let title = resfn.data.code === 200 ? "核销成功" : "核销失败";
|
||||
uni.showModal({
|
||||
title: "提示",
|
||||
content: title,
|
||||
showCancel: false,
|
||||
confirmText: "确定",
|
||||
});
|
||||
|
||||
// }
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user