Commit 46552484 by 程智春

多商户金额订单

parent 56f4e2f0
...@@ -38,6 +38,8 @@ export default { ...@@ -38,6 +38,8 @@ export default {
console.log(JSON.parse(options.ordercode).orderSn) console.log(JSON.parse(options.ordercode).orderSn)
if(JSON.parse(options.ordercode).orderSn){ if(JSON.parse(options.ordercode).orderSn){
this.totalMoney = Number(JSON.parse(options.ordercode).orderSn.totalAmount).toFixed(2) this.totalMoney = Number(JSON.parse(options.ordercode).orderSn.totalAmount).toFixed(2)
}else{
this.totalMoney = Number(JSON.parse(options.ordercode).totalAmount).toFixed(2)
} }
// } // }
......
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