Ver Fonte

Merge branch 'wxl_01_15' into online

lex-xin há 4 anos atrás
pai
commit
df55be7c51
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {