Commit b9d103c7 authored by wangwei's avatar wangwei

修改课包展示

购买优惠券金额埋点修改
parent 46715ba6
......@@ -194,7 +194,7 @@
let invite = this.$route.query.invite_code;
this.$sa.track('placeOrder',{
buyType:this.groupDetail.goods_type === 2 && !this.type ? '团购' : '直购',
couponAmount:this.saleObj ? this.saleObj.money : 0,
couponAmount:this.saleObj ? Number(this.saleObj.money/100) : 0,
paymentAmount:Number(this.priceTotal),
goodsID:this.shopId.toString(),
salesType:invite?invite.split('-')[1]:'null',
......
......@@ -622,7 +622,6 @@
border-bottom: 1 * @toVw solid #EEEEEE;
.text-block{
margin-left: 0;
width: 150*@toVw;
}
.star-block{
img{
......@@ -663,8 +662,7 @@
font-size:14*@toVw;
font-family:PingFang-SC-Medium;
font-weight:500;
max-width: 170 * @toVw;
min-width: 170 * @toVw;
overflow: hidden;
white-space:nowrap;
text-overflow:ellipsis;
......
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