linwenxin 4 ماه پیش
والد
کامیت
725507ff5c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/packageMine/pages/qualityGuaranteeFund.vue

+ 1 - 1
src/packageMine/pages/qualityGuaranteeFund.vue

@@ -12,7 +12,7 @@
           <view>应缴金额</view>
         </view>
         <view class="item">
-          <view>¥{{ detailData.payableAmount || '0' }}</view>
+          <view>¥{{ (detailData.payableAmount || 0) - (detailData.refundAmount || 0) }}</view>
           <view>质保金余额</view>
         </view>
       </view>