rk
2026-06-26 3d46f89ff6c600f60d97f4541443540be20460c1
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">