Commit a0bfee68 by zhangzhen

细节优化

parent 4421974c
...@@ -1542,8 +1542,8 @@ ...@@ -1542,8 +1542,8 @@
discountRatio: this.computePriceInfo.discountRatio, discountRatio: this.computePriceInfo.discountRatio,
balance: this.computePriceInfo.balance, balance: this.computePriceInfo.balance,
duration: this.computePriceInfo.duration, duration: this.computePriceInfo.duration,
secondaryCardId: this.userInfo && this.userInfo.secondaryCardList && this.userInfo.secondaryCardList.length && this.radioChecked==='secondaryCard' ? this.userInfo.secondaryCardList[0].id:'', secondaryCardId: this.userInfo && this.userInfo.secondaryCardList && this.secondaryCardList.length && this.radioChecked==='secondaryCard' ? this.secondaryCardList[0].id:'',
monthlyCardId: this.userInfo && this.userInfo.monthlyCardList && this.userInfo.monthlyCardList.length && this.radioChecked==='monthlyCard'? this.userInfo.monthlyCardList[0].id:'' monthlyCardId: this.userInfo && this.userInfo.monthlyCardList && this.monthlyCardList.length && this.radioChecked==='monthlyCard'? this.monthlyCardList[0].id:''
} }
if (this.orderType === 2 && this.preOrderNo) { if (this.orderType === 2 && this.preOrderNo) {
params.preOrderNo = this.preOrderNo params.preOrderNo = this.preOrderNo
......
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