MrShi
2025-02-17 3b5dc77ee03b5df1b49fffafc71a9c9aa56678cf
bicycle/pages/settlementDetails/settlementDetails.vue
@@ -5,7 +5,7 @@
         <view class="details_head_b">¥{{ (info.amount / 100).toFixed(2) }}</view>
         <view class="details_head_c">
            <text>结算车型:{{ info.bikeType ? info.bikeType : '-' }}</text>
            <text>计费时长:{{ info.duration ? info.duration : '-' }}分钟</text>
            <text>计费时长:{{ String(info.duration) ? info.duration : '-' }}分钟</text>
         </view>
      </view>
      <view class="details_list">