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
9 years ago
Commit
d7bb8d4988fedd9149ecd4dd53c900e2644da0e1
1 parent
8ae872a5
修改相关品牌链接
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/vue/editorial/detail.vue
public/vue/editorial/detail.vue
View file @
d7bb8d4
...
...
@@ -26,7 +26,7 @@
<h2>相关品牌</h2>
<ul>
<li v-for="item in brands">
<a :href="
`/editorial/${item.id}.html`
"><img :src="item.thumb"></a>
<a :href="
item.brandDomain | brandUrl
"><img :src="item.thumb"></a>
</li>
</ul>
</div>
...
...
Please
register
or
login
to post a comment