Commit 8b503633 authored by youjie's avatar youjie

优化

parent 9fa24eb4
......@@ -1592,7 +1592,6 @@
myObj.tcid = this.currentPrice.tcid;
myObj.teamType = this.currentPrice.teamType;
myObj.lineteamId = this.dataList.lineteamId;
myObj.CreateBy = this.SaleId;
let imgCover = JSON.parse(this.dataList.imgCover);
if (imgCover.length > 0) {
myObj.CoverImg = imgCover[0].Url;
......@@ -1609,7 +1608,9 @@
"&cityId=" +
this.delMsg.cityId +
"&lineId=" +
this.dataList.lineId;
this.dataList.lineId +
"&CreateBy=" +
this.SaleId;
console.log("tParams", tParams);
uni.navigateTo({
url: "/pages/jiuzhai/jz_Reserve?currentPriceInfo=" +
......
......@@ -499,6 +499,7 @@
mainColor: '',
realCurrentPriceInfo: {},
customer: {},
CreateBy: 0,
};
},
created() {
......@@ -530,6 +531,9 @@
if (option.lineId) {
this.lineId = option.lineId
}
if (option.CreateBy) {
this.CreateBy = option.CreateBy
}
this.getUserCouponList();
},
methods: {
......@@ -844,7 +848,7 @@
CommissionSharePeople: 0,
CommissionShareMoney: 0,
MiniAppUserId: MiniAppUserId,
CreateBy: this.currentPriceInfo.CreateBy, //同行联系人创建人 CustomerCreateBy
CreateBy: this.CreateBy, //同行联系人创建人 CustomerCreateBy
DirectCustomerId: 0, //直客Id
// #ifdef MP-WEIXIN
OrderSource: 5,
......
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