| xqd
@@ -325,7 +325,7 @@
|
|
|
console.log(tao)
|
|
|
console.log($("#"+taoid))
|
|
|
// zonger += Number(taocan[t].youhui);
|
|
|
- var num = $("#"+taoid).parent().children(".youhui");
|
|
|
+ var num = $("#"+taoid).parent().parent().children(".jiage").children(".youhui");
|
|
|
console.log(parseInt(num.text()))
|
|
|
var price = parseInt(num.text())
|
|
|
zonger += price;
|