Commit 0d7ba70e authored by 黄奎's avatar 黄奎

页面修改

parent b84b3f70
...@@ -980,12 +980,12 @@ ...@@ -980,12 +980,12 @@
getchange(type) { getchange(type) {
this.getSubtotalMoney(); this.getSubtotalMoney();
var that = this; var that = this;
if (type && type == 1) {
var tempPrice = 0; var tempPrice = 0;
this.CostNumberList.forEach(x => { this.CostNumberList.forEach(x => {
//房餐车景点价格 //房餐车景点价格
tempPrice = Number(that.getLocalTotalMoney(x.PeopleNumber)); tempPrice = Number(that.getLocalTotalMoney(x.PeopleNumber));
}); });
if (this.teamPrice.SingleDMCPrice <= 0 || (type && type == 1)) {
this.teamPrice.SingleDMCPrice = tempPrice.toFixed(0); this.teamPrice.SingleDMCPrice = tempPrice.toFixed(0);
} }
}, },
......
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