...
|
...
|
@@ -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> |
...
|
...
|
|