Commit b05c2111 authored by 黄奎's avatar 黄奎

页面修改

parent acbeff41
...@@ -729,7 +729,6 @@ ...@@ -729,7 +729,6 @@
this.getConvertMoney(this.teamPrice.NightPrice) + this.getConvertMoney(this.teamPrice.NightPrice) +
this.getConvertMoney(this.teamPrice.VisaPrice) + this.getConvertMoney(this.teamPrice.VisaPrice) +
this.getConvertMoney(this.OtherPrice.SafeMoney) this.getConvertMoney(this.OtherPrice.SafeMoney)
return totalMoney; return totalMoney;
}, },
//获取币种对应 的人数报价 //获取币种对应 的人数报价
......
...@@ -198,7 +198,6 @@ ...@@ -198,7 +198,6 @@
"travel_get_GetMyTravelInfo_V4", "travel_get_GetMyTravelInfo_V4",
msg, msg,
res => { res => {
console.log("travel_get_GetMyTravelInfo_V4", res.data);
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var tempData = res.data.data; var tempData = res.data.data;
......
...@@ -232,7 +232,6 @@ ...@@ -232,7 +232,6 @@
msg.TCID = this.$route.query.TCID msg.TCID = this.$route.query.TCID
} }
this.loading = true; this.loading = true;
console.log("msg", msg);
this.apipost( this.apipost(
"travel_get_GetMyTravelInfo_V4", "travel_get_GetMyTravelInfo_V4",
msg, msg,
...@@ -309,7 +308,6 @@ ...@@ -309,7 +308,6 @@
} }
this.getPostData(); this.getPostData();
//团控列表跳转参数结束 //团控列表跳转参数结束
console.log("this.post", this.postData);
}, },
components: { components: {
DirectNewQuotation: DirectNewQuotation DirectNewQuotation: DirectNewQuotation
......
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