Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuloulou
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to dashboard
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
leo
9 years ago
Commit
139eb454b9e8ed1c0cf193d000adb5f24d32b083
1 parent
6b0b0a3f
Update: 店铺装修优化,增加"热门品类"显示/隐藏功能
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
code/static/js.jquery/module/shop/Decoration.js
code/static/js.jquery/module/shop/Decoration.js
View file @
139eb45
...
...
@@ -1066,6 +1066,9 @@ function freshJson(id,data,status){
if
(
curPlatform
==
"app"
){
jsonMain
.
resources
.
recommend_APP
.
isUsed
=
"Y"
;
cloneArr
(
sortJson
(
data
,
1
),
jsonMain
.
resources
.
recommend_APP
.
data
);
var
value
=
$
(
"input[type='radio'][name='recommandradio']:checked"
).
val
();
jsonMain
.
resources
.
recommend_APP
.
isDisplay
=
value
;
}
}
else
if
(
status
==
0
){
if
(
curPlatform
==
"pc"
){
...
...
Please
register
or
login
to post a comment