rabin 3 年之前
父节点
当前提交
138d0a241f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/factory/assets/pc/html/setGoods.html

+ 0 - 2
app/factory/assets/pc/html/setGoods.html

@@ -381,8 +381,6 @@
             num += goods[i].num;
             cash += goods[i].p_price * goods[i].num;
         }
-        num = parseFloat(num).toFixed(2);
-        cash = parseFloat(cash).toFixed(2);
         $(".totalQuantity").html(num);
         $(".totalMoney").html(cash.toFixed(2)); 
     }