|
|
@@ -105,11 +105,10 @@
|
|
|
<text class="item-count">
|
|
|
{{ parseFloat(s.itemNum) }}扎 × ¥{{ s.bigPrice ? parseFloat(s.bigPrice) : 0 }}
|
|
|
</text>
|
|
|
- <text v-if="s.refundNum>0" style="font-weight:bold;color:red;position:absolute;top:45upx;font-size:20upx;">
|
|
|
+ <text style="font-weight:bold;color:red;position:absolute;top:45upx;font-size:20upx;">
|
|
|
<text style="font-weight:bold;color:#CCCCCC;margin-right:20upx;">{{s.ratio}}{{s.smallUnit}}装</text>
|
|
|
- 已退{{s.refundNum}}
|
|
|
+ <text v-if="s.refundNum>0">已退{{s.refundNum}}</text>
|
|
|
</text>
|
|
|
-
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|