Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
ccbikai
2016-08-09 16:57:11 +0800
Commit
ec489443836185af5772bfb322f386243ce50747
1 parent
0c951796
品牌列表更新
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apps/channel/models/brand.js
public/vue/channel/brand-list.vue
apps/channel/models/brand.js
View file @
ec48944
...
...
@@ -28,7 +28,8 @@ const handleBrandList = origin => {
brands
.
push
({
name
:
subValue
.
brand_name
,
link
:
'/brand/'
+
subValue
.
brand_domain
,
logo
:
subValue
.
brand_ico
logo
:
subValue
.
brand_ico
,
domain
:
subValue
.
brand_domain
});
});
...
...
public/vue/channel/brand-list.vue
View file @
ec48944
...
...
@@ -4,7 +4,7 @@
<div class="index"><a href="#{{item.index}}" name="{{item.index}}">{{item.index}}</a></div>
<div class="brand-big-box clearfix">
<div class="brand-box" v-for="brand in item.brands">
<a href="{{brand.
link
}}">
<a href="{{brand.
domain | brandUrl
}}">
<div class="brand-logo">
<img v-lazy="brand.logo | resize 150 150" alt="{{brand.name}}">
</div>
...
...
Please
register
or
login
to post a comment