...
|
...
|
@@ -142,7 +142,6 @@ |
|
|
for (var i = 0; i < priceSpans.length; i += 1) {
|
|
|
// 强调: jQuery对象使用下标运算或get方法会还原成原生的JavaScript对象
|
|
|
if ($(checkBoxes[i]).attr("src") == "__TMPL__/public/assets/images/39.png") {
|
|
|
console.log(21121);
|
|
|
var price = parseFloat($(priceSpans[i]).text());
|
|
|
var count = parseInt($(countInputs[i]).val());
|
|
|
totalCount += count;
|
...
|
...
|
|