|
@@ -19,8 +19,11 @@
|
|
|
<view :style="{width:((infoList.remain_mail || 0 / infoList.endurance || 0) * 100) + '%'}"
|
|
|
class="is_progress"></view>
|
|
|
<view class="text">
|
|
|
- <text>续航</text>
|
|
|
- <text style="margin-left: 20rpx;"> {{(infoList.remain_mail || 0/1000).toFixed(0) || 0}}km </text>
|
|
|
+ <text style="margin-left: 20rpx;">续航</text>
|
|
|
+ <!-- <text style="margin-left: 16rpx;"> {{(infoList.remain_mail || 0/1000).toFixed(0) || 0}}km </text> -->
|
|
|
+
|
|
|
+ <text style="margin-left: 16rpx;"> {{ infoList.remain_mail > 0 ? infoList.remain_mail : 0 }}km </text>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="font-weight: 600;font-size: 36rpx;">
|