小鹿骑行
This commit is contained in:
parent
01824cbb97
commit
1251d00722
|
@ -143,9 +143,9 @@
|
||||||
<view class="" style="margin-top: 10rpx;" v-if="bikeobj.areaVehicleManagementFee != null">
|
<view class="" style="margin-top: 10rpx;" v-if="bikeobj.areaVehicleManagementFee != null">
|
||||||
运营区外还车将额外产生调度费<text style="color: #F17F37;">{{bikeobj.areaVehicleManagementFee == null ? '--' : bikeobj.areaVehicleManagementFee}}</text>元,
|
运营区外还车将额外产生调度费<text style="color: #F17F37;">{{bikeobj.areaVehicleManagementFee == null ? '--' : bikeobj.areaVehicleManagementFee}}</text>元,
|
||||||
</view>
|
</view>
|
||||||
<view class="" style="margin-top: 10rpx;">
|
<!-- <view class="" style="margin-top: 10rpx;">
|
||||||
预存<text style="color: #F17F37;">{{actiobj.depositAmount == null ? '0' : actiobj.depositAmount}}</text>元,预计最多可骑行<text style="color: #F17F37;">{{actiobj.seconds == null ? '--' : Math.ceil(actiobj.seconds / 3600)}}</text>小时
|
预存<text style="color: #F17F37;">{{actiobj.depositAmount == null ? '0' : actiobj.depositAmount}}</text>元,预计最多可骑行<text style="color: #F17F37;">{{actiobj.seconds == null ? '--' : Math.ceil(actiobj.seconds / 3600)}}</text>小时
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user