zhjx 6 年之前
父節點
當前提交
97fc7b0980
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/web/order/result.blade.php

+ 1 - 1
resources/views/web/order/result.blade.php

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;