Commit 5d073399 authored by 黄媛媛's avatar 黄媛媛

自由行详情新增字段total_price

parent c046842b
...@@ -359,6 +359,7 @@ export default { ...@@ -359,6 +359,7 @@ export default {
that.msgObj.price3_b2c=that.mealTypeItem.price3_b2c; that.msgObj.price3_b2c=that.mealTypeItem.price3_b2c;
that.msgObj.price4_b2c=that.mealTypeItem.price4_b2c; that.msgObj.price4_b2c=that.mealTypeItem.price4_b2c;
that.msgObj.MySelfTotalPrice=that.msgObj.price1_qty*that.mealTypeItem.price1_b2c+that.msgObj.price2_qty*that.mealTypeItem.price2_b2c+that.msgObj.price3_qty*that.mealTypeItem.price3_b2c+that.msgObj.price4_qty*that.mealTypeItem.price4_b2c; that.msgObj.MySelfTotalPrice=that.msgObj.price1_qty*that.mealTypeItem.price1_b2c+that.msgObj.price2_qty*that.mealTypeItem.price2_b2c+that.msgObj.price3_qty*that.mealTypeItem.price3_b2c+that.msgObj.price4_qty*that.mealTypeItem.price4_b2c;
that.msgObj.total_price=that.msgObj.MySelfTotalPrice;
}, },
YdBtn(){ YdBtn(){
......
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