Commit 8d190f77 authored by 罗超's avatar 罗超

Merge branch 'B2C' of http://gitlab.oytour.com/zk123/jz_travel into B2C

parents 5f3867ff 8857e049
...@@ -331,7 +331,6 @@ ...@@ -331,7 +331,6 @@
created() { created() {
this.mainColor = this.$uiConfig.mainColor this.mainColor = this.$uiConfig.mainColor
this.customer = uni.getStorageSync("b2b_user"); this.customer = uni.getStorageSync("b2b_user");
console.log(this.customer,'----')
this.getUserCouponList() this.getUserCouponList()
// #ifdef MP-DI // #ifdef MP-DI
let employeeId = this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId?this.customer.salesBaseInfo.employeeId:0 let employeeId = this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId?this.customer.salesBaseInfo.employeeId:0
...@@ -523,7 +522,7 @@ ...@@ -523,7 +522,7 @@
var CustomerId = 0 var CustomerId = 0
//#ifdef MP-DI //#ifdef MP-DI
PriceNum = this.flight.B2CPrice PriceNum = this.flight.B2CPrice
DirectCustomerId = this.createBy.CreateBy DirectCustomerId = this.customer.customerId
//#endif //#endif
//#ifdef MP-AG //#ifdef MP-AG
PriceNum = this.flight.B2CPrice PriceNum = this.flight.B2CPrice
......
...@@ -1097,7 +1097,7 @@ ...@@ -1097,7 +1097,7 @@
var DirectCustomerId = 0 var DirectCustomerId = 0
// #ifdef MP-DI // #ifdef MP-DI
price = this.currentPriceInfo.b2CPrice; price = this.currentPriceInfo.b2CPrice;
DirectCustomerId = this.CreateBy DirectCustomerId = this.customer.customerId
// #endif // #endif
// #ifdef MP-AG // #ifdef MP-AG
price = this.currentPriceInfo.b2BPrice; price = this.currentPriceInfo.b2BPrice;
......
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