|
|
|
@ -12,10 +12,10 @@ |
|
|
|
<view class="flex-direction justify-around list" v-for="(item, index) in tab.list" :key="item.id" @tap="goDetails(tabIndex,index)"> |
|
|
|
<view class="lf-row-between"> |
|
|
|
<view class="left" style="position: relative;display: flex;"> |
|
|
|
<image :src="item.product.picture" mode="aspectFill"></image> |
|
|
|
<image :src="item.picture" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
<view class="lf-line-2 title lf-font-28 lf-color-333" style="line-height: 40rpx;">{{item.product.title}}</view> |
|
|
|
<view class="lf-line-2 title lf-font-28 lf-color-333" style="line-height: 40rpx;">{{item.title}}</view> |
|
|
|
<view class="lf-flex tips lf-m-t-10"> |
|
|
|
<text class="progress margin-right-xs lf-color-gray">数量</text> |
|
|
|
<text class="bought lf-color-gray">x {{item.num}}</text> |
|
|
|
|