Просмотр исходного кода

Wesmiler 人人车 初始化项目 0816

APPLE 3 лет назад
Родитель
Сommit
7e90ab6d2d
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      public/manage/pages/store/taxi-user-withdraw.html

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

@@ -138,8 +138,10 @@
                 {field: 'status', templet: '#tableStateWithdraw', title: '状态', width: 120},
                 {fixed:'right', align: 'center', toolbar: '#tableBarWithdraw', title: '操作', minWidth: 200}
             ]],
-            done:function (res) {
+            done:function (res,dd,aa) {
                 console.log(res)
+                console.log(dd)
+                console.log(aa)
 
                 $("#countWait").text(res.totalRow.wait)
                 $("#countSuccess").text(res.totalRow.success)