Commit b9d103c7 authored by wangwei's avatar wangwei

修改课包展示

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