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