Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-sing
h5-base
Commits
b9d103c7
Commit
b9d103c7
authored
Jan 14, 2019
by
wangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改课包展示
购买优惠券金额埋点修改
parent
46715ba6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
buy.vue
src/components/buy/buy.vue
+1
-1
index.vue
src/components/map/index.vue
+1
-3
No files found.
src/components/buy/buy.vue
View file @
b9d103c7
...
@@ -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'
,
...
...
src/components/map/index.vue
View file @
b9d103c7
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment