|
@@ -68,8 +68,10 @@
|
|
|
<image src="../../static/icon/fanhui.png" class="go" mode=""></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="commodity">
|
|
|
-
|
|
|
+ <view class="commodity flex">
|
|
|
+ <view class="commodity-item" v-for="(item,index) in goodsList" :key='item.id'>
|
|
|
+
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -182,6 +184,7 @@ export default {
|
|
|
this.swiperLength = this.carouselList.length;
|
|
|
this.menusList = data.menus;
|
|
|
this.goodsList = goods.firstList; //最新商品
|
|
|
+ console.log(this.goodsList,'123456')
|
|
|
this.bastList = goods.bastList; //精品推荐
|
|
|
this.bastBanner = goods.bastBanner; //促销单品
|
|
|
this.userServant = goods.platoonList; //服务商品
|