bicycle/pages/settlementDetails/settlementDetails.vue
@@ -8,7 +8,7 @@ </view> <view class="details_head_c"> <text>结算车型:{{ info.bikeType ? info.bikeType : '-' }}</text> <text>计费时长:{{ String(info.duration) ? info.duration : '-' }}分钟</text> <text>计费时长:{{ info.duration ? String(info.duration) : '-' }}分钟</text> </view> </view> <view class="details_list">