diff --git a/Application/Admin/Controller/GameController.class.php b/Application/Admin/Controller/GameController.class.php index 72840d89f..5e34a7abc 100644 --- a/Application/Admin/Controller/GameController.class.php +++ b/Application/Admin/Controller/GameController.class.php @@ -986,6 +986,7 @@ class GameController extends ThinkController $dataList = []; $outPromote = []; //录入出错的会长 $outGame = []; //录入出错的游戏 + $successAccount = []; $keyPro = 0; $keyGame = 0; $keyData = 0; diff --git a/Application/Admin/View/Game/edit.html b/Application/Admin/View/Game/edit.html index df524dd4c..a0ee70f2b 100644 --- a/Application/Admin/View/Game/edit.html +++ b/Application/Admin/View/Game/edit.html @@ -1216,7 +1216,7 @@ }) }else { html = '
' - +'' + +'' } html += '
录入成功会长账号
aOh! 暂无账号录入!
aOh! 暂无账号录入!
' @@ -1227,13 +1227,10 @@ }) }else { html += '
' - +'' + +'>' } html += '
录入失败会长账号
aOh! 暂无录入失败会长账号!
aOh! 暂无录入失败会长账号!
' - - - $("#data_list").html(html); } })