Przeglądaj źródła

Merge branch 'wxl_01_15' into online

lex-xin 4 lat temu
rodzic
commit
df55be7c51

+ 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 {