提交 2f6f23b7 authored 作者: 吴德鹏's avatar 吴德鹏

优化评论

上级 ac30044a
...@@ -412,7 +412,7 @@ let vm = new Vue({ ...@@ -412,7 +412,7 @@ let vm = new Vue({
constnum: 1, constnum: 1,
}, { }, {
costtype: 'cash coupon', costtype: 'cash coupon',
constnum: 'without', constnum: '',
}, { }, {
costtype: 'special offer', costtype: 'special offer',
constnum: 1, constnum: 1,
...@@ -791,11 +791,12 @@ let vm = new Vue({ ...@@ -791,11 +791,12 @@ let vm = new Vue({
} }
}) })
vm.costData[0].constnum = r.orderBasicVo.realityPay; vm.costData[0].constnum = r.orderBasicVo.itemsPrice;
vm.costData[1].constnum = r.orderBasicVo.expressCost; vm.costData[1].constnum = r.orderBasicVo.expressCost;
vm.costData[2].constnum = r.orderBasicVo.tax; vm.costData[2].constnum = r.orderBasicVo.tax;
vm.costData[3].constnum = r.orderBasicVo.fee; vm.costData[3].constnum = r.orderBasicVo.fee;
vm.costData[4].constnum = r.orderBasicVo.couponId; // vm.costData[4].constnum = r.orderBasicVo.couponId;
vm.costData[4].constnum = r.orderBasicVo.couponPrice;
vm.costData[6].constnum = r.orderBasicVo.couponTitle; vm.costData[6].constnum = r.orderBasicVo.couponTitle;
vm.costData[7].constnum = r.orderBasicVo.realityPay; vm.costData[7].constnum = r.orderBasicVo.realityPay;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论