Commit 22039b51 by hxx

我要送礼支付处理

parent 0ed8547f
......@@ -36,7 +36,12 @@ export default {
console.log(options,'--onLoad-options')
if (options.batchNumber) {
let ordercode = JSON.parse(options.ordercode);
ordercode.orderSn = "";
// 我要送礼
if (ordercode.giveGiftsOrderSn) {
ordercode.orderSn = ordercode.giveGiftsOrderSn;
} else {
ordercode.orderSn = "";
}
ordercode.batchNumber = options.batchNumber;
this.options = ordercode;
this.batchNumber = ordercode.batchNumber;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment