|
|
|
@ -68,9 +68,9 @@ |
|
|
|
|
</image> |
|
|
|
|
</view> |
|
|
|
|
<view class="goodsRecommend"> |
|
|
|
|
<u-waterfall v-model="goodsRecommend" ref="uWaterfall1"> |
|
|
|
|
<template v-slot:left="{leftList}"> |
|
|
|
|
<view class="goodsItem" v-for="(item,index) in leftList" @click="onTargetGoods(item.goods_id)" |
|
|
|
|
<!-- <u-waterfall v-model="goodsRecommend" ref="uWaterfall1"> --> |
|
|
|
|
<!-- <template v-slot:left="{leftList}"> --> |
|
|
|
|
<view class="goodsItem" v-for="(item,index) in goodsRecommend" @click="onTargetGoods(item.goods_id)" |
|
|
|
|
:key="index"> |
|
|
|
|
<view class="pic"> |
|
|
|
|
<image :src="item.goods_image" mode="aspectFill"></image> |
|
|
|
@ -117,8 +117,8 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
<template v-slot:right="{rightList}"> |
|
|
|
|
<!-- </template> --> |
|
|
|
|
<!-- <template v-slot:right="{rightList}"> |
|
|
|
|
<view class="goodsItem" style="margin-right: 0;" v-for="(item,index) in rightList" |
|
|
|
|
@click="onTargetGoods(item.goods_id)" :key="index"> |
|
|
|
|
<view class="pic"> |
|
|
|
@ -130,7 +130,6 @@ |
|
|
|
|
<text class="name">{{item.goods_name}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 商品价格 --> |
|
|
|
|
<view class="shenBox"> |
|
|
|
|
<view class="detail-price oneline-hide"> |
|
|
|
|
<text class="goods-price f-30 col-m"><text |
|
|
|
@ -141,12 +140,12 @@ |
|
|
|
|
</view> |
|
|
|
|
<image :src="$picUrl+'/static/detail/redShen.png'" v-if="item.is_check==1" mode=""></image> |
|
|
|
|
</view> |
|
|
|
|
<!-- <view class="goodsInfo1" v-if="item.cmmdty_model"> |
|
|
|
|
<view class="goodsInfo1" v-if="item.cmmdty_model"> |
|
|
|
|
<view class="oneTip"> |
|
|
|
|
{{item.cmmdty_model}} |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
<!-- <view class="goodsSend"> |
|
|
|
|
</view> |
|
|
|
|
<view class="goodsSend"> |
|
|
|
|
<view class="sendLeft"> |
|
|
|
|
<view class="left_1"> |
|
|
|
|
{{item.goods_source}} |
|
|
|
@ -164,10 +163,10 @@ |
|
|
|
|
<text v-if="item.delivery_time==5">30天内发货</text> |
|
|
|
|
<text v-if="item.delivery_time==6">45天内发货</text> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
</u-waterfall> |
|
|
|
|
</template> --> |
|
|
|
|
<!-- </u-waterfall> --> |
|
|
|
|
<u-empty text="暂无数据显示哦~" v-if="goodsRecommend.length==0" mode="list"></u-empty> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
@ -479,6 +478,9 @@ |
|
|
|
|
.goodsRecommend { |
|
|
|
|
overflow: hidden; |
|
|
|
|
margin: 10rpx 22rpx 20rpx 22rpx; |
|
|
|
|
display: flex; |
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
|
.goodsItem { |
|
|
|
|
width: 348rpx; |
|
|
|
@ -487,7 +489,7 @@ |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
padding: 20rpx; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
margin: 0rpx 14rpx 20rpx 0; |
|
|
|
|
margin: 0rpx 0 20rpx 0; |
|
|
|
|
|
|
|
|
|
.pic { |
|
|
|
|
width: 100%; |
|
|
|
|