|
|
|
@ -51,25 +51,25 @@ |
|
|
|
<view class="recomm lf-m-t-20 lf-m-b-30"> |
|
|
|
<view class="lf-row-between"> |
|
|
|
<view class="max-recomm-img" @click="$url('/pages/goodsDetail/index?goods_id='+hot_list[0].id)"> |
|
|
|
<image :src="hot_list[0].product.picture" class="lf-w-100 lf-h-100"></image> |
|
|
|
<image :src="hot_list[0].picture" class="lf-w-100 lf-h-100"></image> |
|
|
|
<view class="recomm-title"> |
|
|
|
<view class="lf-line-2 lf-m-b-10">{{hot_list[0].product.title}}</view> |
|
|
|
<view class="lf-line-2 lf-m-b-10">{{hot_list[0].title}}</view> |
|
|
|
<lf-price :price="hot_number" v-if="hot_number"></lf-price> |
|
|
|
<!-- <view class="lf-font-42 lf-font-bold lf-m-t-10" style="color: #FF0000;">¥3999.00</view> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<view class="recomm-img" @click="$url('/pages/goodsDetail/index?goods_id='+hot_list[1].id)"> |
|
|
|
<image :src="hot_list[1].product.picture" class="lf-w-100 lf-h-100"></image> |
|
|
|
<image :src="hot_list[1].picture" class="lf-w-100 lf-h-100"></image> |
|
|
|
</view> |
|
|
|
<view class="recomm-img lf-m-t-10" @click="$url('/pages/goodsDetail/index?goods_id='+hot_list[2].id)"> |
|
|
|
<image :src="hot_list[2].product.picture" class="lf-w-100 lf-h-100"></image> |
|
|
|
<image :src="hot_list[2].picture" class="lf-w-100 lf-h-100"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between lf-m-t-10"> |
|
|
|
<view class="recomm-img" @click="$url('/pages/goodsDetail/index?goods_id='+item.id)" :key="index" v-for="(item,index) of hot_list" v-if="index>2"> |
|
|
|
<image :src="item.product.picture" class="lf-w-100 lf-h-100"></image> |
|
|
|
<image :src="item.picture" class="lf-w-100 lf-h-100"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|