|
@@ -30,13 +30,13 @@
|
|
|
<view class="hot-title clamp">
|
|
|
{{item.title}}
|
|
|
</view>
|
|
|
- <view class="hot-money flex flex-start">
|
|
|
- <view class="money">
|
|
|
+ <view class="hot-money clamp">
|
|
|
+ <text class="money">
|
|
|
¥{{item.price}}
|
|
|
- </view>
|
|
|
- <view class="oldmoney">
|
|
|
+ </text>
|
|
|
+ <text class="oldmoney">
|
|
|
{{item.old_price}}
|
|
|
- </view>
|
|
|
+ </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item-none" v-if="rmList.length<3" v-for="item in (3-rmList.length)">
|