小鹿骑行

This commit is contained in:
3321822538@qq.com 2025-06-07 17:59:04 +08:00
parent 01824cbb97
commit 1251d00722

View File

@ -143,9 +143,9 @@
<view class="" style="margin-top: 10rpx;" v-if="bikeobj.areaVehicleManagementFee != null">
运营区外还车将额外产生调度费<text style="color: #F17F37;">{{bikeobj.areaVehicleManagementFee == null ? '--' : bikeobj.areaVehicleManagementFee}}</text>
</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>小时
</view>
</view> -->
</view>
</view>