核销调整
This commit is contained in:
parent
7b86bd334c
commit
bb572330a2
@ -188,10 +188,8 @@ export default {
|
||||
save() {
|
||||
uni.scanCode({
|
||||
success: (res) => {
|
||||
console.log("==", res);
|
||||
const par = res.result.split("|");
|
||||
getGoodstake(par[0], par[1], { storeid: par[2] }).then((resfn) => {
|
||||
console.log("resfn", resfn);
|
||||
let title = resfn.data.code === 200 ? "核销成功" : "核销失败";
|
||||
uni.showModal({
|
||||
title: "提示",
|
||||
@ -199,8 +197,6 @@ export default {
|
||||
showCancel: false,
|
||||
confirmText: "确定",
|
||||
});
|
||||
|
||||
// }
|
||||
});
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user