@@ -104,6 +104,7 @@ var supplierHome = new Vue({
}
});
},
+ // 点击全部
handleChangeAll(){
this.choiceIndex = ''
this.isShopAll = true
@@ -236,6 +237,8 @@ var supplierHome = new Vue({
return false;
+ this.choiceIndex = ''
+ this.isShopAll = true
this.productLists = [];
this.getProductLists();
var floorScroll = $('#supProduct').offset().top;
@@ -41,7 +41,7 @@
</div>
<div class="search">
<input class="keyword" v-model.trim="params.keyword" type="text" placeholder="请输入商品名称(商铺内商品)">
- <a class="searchBtn icon mIcon" href="javascript:void(0);" @click="supplierSearch()" @keyup="keyupSearch()"></a>
+ <a class="searchBtn icon mIcon" href="javascript:void(0);" @click="supplierSearch" @keyup="keyupSearch"></a>