Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
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
unknown
2015-09-30 10:03:52 +0800
Commit
f7fca4706d4277441b2e96660325a29a8e92d38d
1 parent
0ad857f9
lazyload
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
home-page/public/js/common/maybe-like.js
home-page/views/partials/common/banner_top.html
home-page/public/js/common/maybe-like.js
View file @
f7fca47
...
...
@@ -37,7 +37,6 @@ if ($maybeLike.length === 0) {
//read good-info template
$
.
get
(
'/common/goodinfo'
,
function
(
data
)
{
console
.
log
(
data
);
tpl
=
'{{# goods}}'
+
data
+
'{{/ goods}}'
;
Mustache
.
parse
(
tpl
);
});
...
...
home-page/views/partials/common/banner_top.html
View file @
f7fca47
...
...
@@ -4,7 +4,7 @@
{{# list}}
<li
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<img
class=
"lazy"
src=
"{{img}}"
alt=
""
>
<img
src=
"{{img}}"
alt=
""
>
</a>
</li>
{{/ list}}
...
...
Please
register
or
login
to post a comment