Authored by 郭成尧

暂时去掉goods

1 <template> 1 <template>
2 <brand-top-cmpnt v-bind:share-Link="shareLink"></brand-top-cmpnt> 2 <brand-top-cmpnt v-bind:share-Link="shareLink"></brand-top-cmpnt>
3 <brand-shop-top-cmpnt v-bind:domain="'nike'"></brand-shop-top-cmpnt> 3 <brand-shop-top-cmpnt v-bind:domain="'nike'"></brand-shop-top-cmpnt>
4 - <goods-list v-bind:data="productList"></goods-list> 4 + <!--<goods-list v-bind:data="productList"></goods-list>-->
5 </template> 5 </template>
6 6
7 <script> 7 <script>
@@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
22 }; 22 };
23 }, 23 },
24 methods: { 24 methods: {
25 - getProductList(){ 25 + getProductList() {
26 let data = {}; 26 let data = {};
27 27
28 $.ajax({ 28 $.ajax({