|
|
|
@ -48,7 +48,7 @@ |
|
|
|
<view class="product-item" wx:if="{{item.ext.type=='line'}}"> |
|
|
|
<image lazy-load class="product-img" src="{{item.ext.headimg}}" mode="aspectFill"></image> |
|
|
|
<view class="product-info"> |
|
|
|
<view class="product-title">{{item.title}}</view> |
|
|
|
<view class="product-title textOver2">{{item.title}}</view> |
|
|
|
<view class="sale-rate" style="margin-top:15rpx"><text style="color:#D62828;margin-right:20rpx">{{item.ext.rate}}分</text><text>月销{{item.ext.sales_number}}份</text></view> |
|
|
|
<view class="scene-tags textOver" style="margin-top:15rpx;margin-bottom:10rpx"> |
|
|
|
<text class="scene-tag textOver" wx:for="{{item.ext.display_tags}}">{{item}}</text> |
|
|
|
|