瀏覽代碼

Merge branch 'wxl_01_15' into online

lex-xin 4 年之前
父節點
當前提交
df55be7c51
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/resetTeaming/modals/subject-preview.vue

+ 1 - 1
src/views/resetTeaming/modals/subject-preview.vue

@@ -535,7 +535,7 @@ export default {
                         }
                         if (item.kitType == 'LEASE') {
                             if (item.name != '自备') {
-                                marketPrice += item.depositFee
+                                marketPrice += parseFloat(item.marketPrice)
                                 goodsMarketPrice += item.depositFee
                             }
                         } else {