|
|
<template>
|
|
|
<brand-top-cmpnt v-bind:share-Link="shareLink"></brand-top-cmpnt>
|
|
|
<brand-shop-top-cmpnt v-bind:domain="'nike'"></brand-shop-top-cmpnt>
|
|
|
<goods-list v-bind:data="productList"></goods-list>
|
|
|
<!--<goods-list v-bind:data="productList"></goods-list>-->
|
|
|
</template>
|
|
|
|
|
|
<script>
|
...
|
...
|
@@ -22,7 +22,7 @@ |
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
getProductList(){
|
|
|
getProductList() {
|
|
|
let data = {};
|
|
|
|
|
|
$.ajax({
|
...
|
...
|
|