Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郝肖肖
2017-04-18 18:06:53 +0800
Commit
458d55387704fd8db7c3eb67d3688c6112c18771
2 parents
e536763a
0863b7df
Merge branch 'release/5.6' into release/security
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
public/js/product/detail.page.js
public/scss/common/_header.css
public/scss/home/_index.css
public/js/product/detail.page.js
View file @
458d553
...
...
@@ -1801,13 +1801,6 @@ $('.package-box').on('click', '#buy-detail', function() {
return
$
(
value
).
data
(
'id'
);
});
var
option
=
{
// eslint-disable-line
PRD_ID
:
+
$
(
'.main'
).
data
(
'id'
),
PACKAGE_GOODS
:
goodIds
.
join
(
','
)
};
yas
.
givePoint
(
'YB_GDS_PACKAGE_BUY_NOW_C'
,
option
);
if
(
flag
)
{
// 套餐加入购物车埋点
...
...
public/scss/common/_header.css
View file @
458d553
...
...
@@ -1005,7 +1005,7 @@
.icon-note
{
display
:
inline-block
;
background
:
url("/layout/note.png")
no-repeat
;
width
:
1
4
px
;
width
:
1
5
px
;
height
:
14px
;
margin-top
:
-2px
;
margin-right
:
5px
;
...
...
public/scss/home/_index.css
View file @
458d553
...
...
@@ -293,8 +293,9 @@
.swindle-info
{
margin
:
10px
;
padding
:
10px
;
font-size
:
1
3
px
;
font-size
:
1
2
px
;
background-color
:
#faf6da
;
color
:
#444
;
span
{
color
:
#cd0c25
;
...
...
Please
register
or
login
to post a comment