|
@@ -479,7 +479,7 @@ function calculatePrice(){
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
itemNum = Number(itemNum);
|
|
itemNum = Number(itemNum);
|
|
- var total = accMul(item_total,itemNum);
|
|
+ var total = accMul(item_total,itemNum);
|
|
var isUpdate = $(this).find(".item_total").attr("isUpdate");
|
|
var isUpdate = $(this).find(".item_total").attr("isUpdate");
|
|
if(isUpdate == "1"){
|
|
if(isUpdate == "1"){
|
|
$(this).find(".item_total").val(total);
|
|
$(this).find(".item_total").val(total);
|