Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
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
李奇
7 years ago
Commit
50b1171d8e672ded5a0d202f9cc8133c15b74244
1 parent
77e49713
添加品牌一览跳转
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
app/pages/kol/candidate-list/candidate-list.vue
app/pages/kol/candidate-list/candidate-list.vue
View file @
50b1171
...
...
@@ -24,6 +24,7 @@
<layout-action v-show="!nullData">
<Button type="error" @click="addSellPool">添加到推广池</Button>
<a class="brand-list" target="_blank" href="//www.yohobuy.com/boys-brands/">品牌一览</a>
<span class="add-num">已添加到推广池:{{spreadPrdCnt}}</span>
</layout-action>
...
...
@@ -35,7 +36,7 @@
<div class="null-data" v-show="nullData">
<p class="red">请选择查询条件,查找你想要推广的商品。.......</p>
<p class="red">*注:品牌或品类筛选必须选择其中一个。</p>
<p><Icon type="android-arrow-forward"></Icon><a href="//www.yohobuy.com/boys-brands/">品牌一览</a></p>
<p><Icon type="android-arrow-forward"></Icon><a
target="_blank"
href="//www.yohobuy.com/boys-brands/">品牌一览</a></p>
</div>
</layout-list>
</layout-body>
...
...
@@ -249,4 +250,9 @@ export default {
color: #ed3f16;
}
}
.brand-list {
margin-left: 10px;
text-decoration: underline;
}
</style>
...
...
Please
register
or
login
to post a comment