MrShi
6 天以前 9eeb62c02a7b3c7b95c20678b6a9c74e7f12f943
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">