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
李靖
2017-08-19 15:39:42 +0800
Commit
a1080b8f72e0ad3183a56f4fdeacfcba37b38076
1 parent
afb79eab
限购商品显示限制
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/new-detail.js
public/js/product/new-detail.js
View file @
a1080b8
...
...
@@ -89,7 +89,7 @@ setTimeout(() => {
}
// 限购码
if
(
!
data
.
noLimitGoodsBtn
)
{
if
(
!
data
.
noLimitGoodsBtn
&&
!
data
.
storeGood
)
{
// 线下店限制时,不显示限购吗
if
(
data
.
canGetLimitCode
)
{
$
(
'.data-can-get-limit-code'
).
removeClass
(
dbClass
);
}
...
...
Please
register
or
login
to post a comment