Commit 43129ff2 authored by 黄奎's avatar 黄奎

11

parent 3524ed1e
......@@ -1469,6 +1469,7 @@
myObj.b2BMemberPrice = this.currentPrice.b2BMemberPrice;
myObj.tcid = this.currentPrice.tcid;
myObj.teamType = this.currentPrice.teamType;
myObj.lineteamId=this.dataList.lineteamId;
let imgCover = JSON.parse(this.dataList.imgCover);
if (imgCover.length > 0) {
myObj.CoverImg = imgCover[0].Url;
......
......@@ -559,7 +559,7 @@
"CustomerType": 0, //客户类型 0-同行,1-直客
"TCID": this.currentPriceInfo.tcid,
}
console.log("this.currentPriceInfo",this.currentPriceInfo);
console.log("this.currentPriceInfo", this.currentPriceInfo);
if (this.currentPriceInfo.teamType == "0") {
//跟团游
couponParams.CouponsUseScope = 2;
......@@ -570,6 +570,9 @@
//当地游
couponParams.CouponsUseScope = 8;
}
if (this.currentPriceInfo.lineteamId) {
couponParams.lineteamId = this.currentPriceInfo.lineteamId;
}
couponParams.userId = this.customer.accountId;
console.log("this.customer", this.customer);
console.log("couponParams", couponParams);
......
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