linwenxin 4 mesi fa
parent
commit
725507ff5c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>