Commit b05c2111 authored by 黄奎's avatar 黄奎

页面修改

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