Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
8 years ago
Commit
31ad69d8bebc03de41f3d7f71ac69db3faed2a05
1 parent
029abe27
商品详情页限制商品
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
public/img/product/limit.png
public/js/product/detail/desc.js
public/scss/product/detail/_product-description.css
public/img/product/limit.png
deleted
100644 → 0
View file @
029abe2
25.2 KB
public/js/product/detail/desc.js
View file @
31ad69d
...
...
@@ -101,10 +101,6 @@ function search() {
searching
=
false
;
end
=
true
;
loading
.
hideLoadingMask
();
if
(
$
(
'#productDesc'
).
hasClass
(
'limit'
))
{
$
(
'#productDesc'
).
find
(
'.service'
).
removeClass
(
'service'
).
addClass
(
'limit-service'
);
}
},
error
:
function
()
{
tip
.
show
(
'网络断开连接了~'
);
...
...
public/scss/product/detail/_product-description.css
View file @
31ad69d
...
...
@@ -14,12 +14,6 @@
}
}
.limit-service
{
height
:
28px
;
background
:
resolve
(
'product/limit.png'
)
no-repeat
;
background-size
:
cover
;
}
.detail
{
margin-bottom
:
1px
;
}
...
...
Please
register
or
login
to post a comment