Showing
1 changed file
with
2 additions
and
2 deletions
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({ |
-
Please register or login to post a comment