Commit 69ed1e75 authored by youjie's avatar youjie

no message

parent c12b6639
......@@ -926,7 +926,7 @@ export default {
GoodsName: this.trip.Name,
GoodsPic: this.trip.CoverImageList.length>0&&this.trip.CoverImageList[0].Url?this.trip.CoverImageList[0].Url:'',
GoodsType: this.productType,//产品类型
OrderMake: `${guestInfo} ${this.chosenObj.EnterCountryTime}入境`,// 摘要
OrderMake: `${guestInfo} ${this.trip.SendCityName?'送签地:'+this.trip.SendCityName+';':''} ${this.trip.VisaValidity?'有效日期:'+this.trip.VisaValidity+';':''} ${this.chosenObj.EnterCountryTime}入境`,// 摘要
TotalPrice: this.sumPrice,
PreferentialPrice: 0,//this.price.discountPrice 优惠总金额
ErpOrderId: orderId,
......
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