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
Plain Diff
Browse Files
Authored by
dongjunjie
9 years ago
Commit
506185ea6c7c212e3f2712ca51bac2d3bcdb30ad
2 parents
f05b68e7
a3749fe8
Merge branch 'testBLK' into portal_dev_4.9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
code/apps/shop/views/DecorationBLK.html
server/views/shop/DecorationBLK.html
code/apps/shop/views/DecorationBLK.html
View file @
506185e
...
...
@@ -100,7 +100,7 @@
<
div
class
=
"productList canEdit"
data
-
dialogid
=
"newProducts"
>
<
ul
>
[[
if
resources
.
newProducts
.
data
.
length
>
0
]]
[[
if
resources
.
hotProducts
.
data
.
length
>
4
&&
resources
.
newProducts
.
data
.
length
<
8
]]
[[
if
resources
.
newProducts
.
data
.
length
<
8
]]
[[
each
resources
.
newProducts
.
data
as
item
_index
]]
[[
if
_index
<
4
]]
<
li
>
...
...
@@ -139,7 +139,7 @@
<
div
class
=
"productList canEdit"
data
-
dialogid
=
"hotProducts"
>
<
ul
>
[[
if
resources
.
hotProducts
.
data
.
length
>
0
]]
[[
if
resources
.
hotProducts
.
data
.
length
>
3
&&
resources
.
hotProducts
.
data
.
length
<
6
]]
[[
if
resources
.
hotProducts
.
data
.
length
<
6
]]
[[
each
resources
.
hotProducts
.
data
as
item
_index
]]
[[
if
_index
<
3
]]
<
li
>
...
...
server/views/shop/DecorationBLK.html
View file @
506185e
...
...
@@ -100,7 +100,7 @@
<
div
class
=
"productList canEdit"
data
-
dialogid
=
"newProducts"
>
<
ul
>
[[
if
resources
.
newProducts
.
data
.
length
>
0
]]
[[
if
resources
.
hotProducts
.
data
.
length
>
4
&&
resources
.
newProducts
.
data
.
length
<
8
]]
[[
if
resources
.
newProducts
.
data
.
length
<
8
]]
[[
each
resources
.
newProducts
.
data
as
item
_index
]]
[[
if
_index
<
4
]]
<
li
>
...
...
@@ -139,7 +139,7 @@
<
div
class
=
"productList canEdit"
data
-
dialogid
=
"hotProducts"
>
<
ul
>
[[
if
resources
.
hotProducts
.
data
.
length
>
0
]]
[[
if
resources
.
hotProducts
.
data
.
length
>
3
&&
resources
.
hotProducts
.
data
.
length
<
6
]]
[[
if
resources
.
hotProducts
.
data
.
length
<
6
]]
[[
each
resources
.
hotProducts
.
data
as
item
_index
]]
[[
if
_index
<
3
]]
<
li
>
...
...
Please
register
or
login
to post a comment