Explorar el Código

Wesmiler 人人车 初始化项目 0816

APPLE hace 3 años
padre
commit
5cfb4ff40f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      public/manage/pages/store/taxi-user-withdraw.html

+ 2 - 2
public/manage/pages/store/taxi-user-withdraw.html

@@ -139,8 +139,8 @@
             ]],
             done:function (res) {
                 console.log(res)
-                $("#countWait").text(res.counts.wait)
-                $("#countSuccess").text(res.counts.success)
+                $("#countWait").text(res.totalRow.wait)
+                $("#countSuccess").text(res.totalRow.success)
                 admin.renderPerm()
             }
         });