Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
lore-w
2015-12-08 17:19:05 +0800
Commit
71d378e45f16064822712af0ab4787516c2f37ea
1 parent
7200aaa7
品牌收藏增加a链接热区
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
static/js/me/suggest.js
template/m.yohobuy.com/partials/home/favorite_brand_list.phtml
static/js/me/suggest.js
View file @
71d378e
...
...
@@ -36,7 +36,7 @@ imgTemplate = Handlebars.compile(imgTpl);
$
(
'#upload-img'
).
uploadifive
({
auto
:
true
,
fileType
:
'image
*
/*'
,
fileType
:
'image/*'
,
uploadScript
:
'/home/suggestimgUpload'
,
fileObjName
:
'fileData'
,
fileSizeLimit
:
300
,
...
...
template/m.yohobuy.com/partials/home/favorite_brand_list.phtml
View file @
71d378e
{
{#
hasFavBrand
}
}
<div
class=
"fav-brand-swiper"
>
<
div
class=
"swiper-header
"
>
<
a
class=
"swiper-header"
href=
"{{link}}
"
>
<div
class=
"swiper-logo"
>
<img
src=
"{{brandImg}}"
alt=
""
/>
</div>
...
...
@@ -15,8 +15,8 @@
{
{/
discount
}
}
</div>
</div>
<a
class=
"fav-more"
href=
"{{link}}"
></a>
</div>
<span
class=
"fav-more"
></span>
</a>
{
{#if
productList
}
}
<div
id=
"swiper-container-{{id}}"
class=
"swiper-container"
data-id=
"{{id}}"
>
<ul
class=
"swiper-wrapper swiper-wrapper-{{id}}"
>
...
...
Please
register
or
login
to post a comment