|
@@ -124,11 +124,11 @@
|
|
<view style="margin-top: 10rpx;">
|
|
<view style="margin-top: 10rpx;">
|
|
<text class="goods-score">{{item.score}}</text>
|
|
<text class="goods-score">{{item.score}}</text>
|
|
<text class="goods-info" style="margin-left: 10rpx;">月销 {{item.salesVolume}}</text>
|
|
<text class="goods-info" style="margin-left: 10rpx;">月销 {{item.salesVolume}}</text>
|
|
- <text class="goods-info" style="margin-left: 25rpx;">人均 ¥ {{item.perCapita}}</text>
|
|
|
|
|
|
+ <text class="goods-info" style="margin-left: 25rpx;">人均 ¥ {{item.perCapita==null?0:item.perCapita}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view style="margin-top: 10rpx;display: flex;align-items: center;">
|
|
<view style="margin-top: 10rpx;display: flex;align-items: center;">
|
|
- <text class="goods-info">起送 ¥ {{item.perCapita}}</text>
|
|
|
|
|
|
+ <text class="goods-info">起送 ¥ {{item.perCapita==null?0:item.perCapita}}</text>
|
|
<text v-if="!item.isfreeDeliverfee" class="goods-info" style="color: #E5AD21;margin-left: 18rpx;">免配送费</text>
|
|
<text v-if="!item.isfreeDeliverfee" class="goods-info" style="color: #E5AD21;margin-left: 18rpx;">免配送费</text>
|
|
<view v-if="!item.isfreeDeliverfee && item.freeDeliverFee > 0" style="color: #999999;font-size: 21rpx;margin-left: 10rpx;text-decoration: line-through;">¥
|
|
<view v-if="!item.isfreeDeliverfee && item.freeDeliverFee > 0" style="color: #999999;font-size: 21rpx;margin-left: 10rpx;text-decoration: line-through;">¥
|
|
{{item.freeDeliverFee}}</view>
|
|
{{item.freeDeliverFee}}</view>
|