From 0e0c1798f4f1f9da5d11eba8728ec94a29a6516d Mon Sep 17 00:00:00 2001
From: sunke <18850253506@163.com>
Date: Fri, 17 Jan 2020 10:46:32 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=AF=BC=E5=85=A5=E7=A9=BA?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=88=9D=E5=A7=8B=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Admin/Controller/GameController.class.php | 1 +
Application/Admin/View/Game/edit.html | 7 ++-----
2 files changed, 3 insertions(+), 5 deletions(-)
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 = '
录入成功会长账号 |
'
- +'aOh! 暂无账号录入! | '
+ +'aOh! 暂无账号录入! |
'
}
html += '
'
@@ -1227,13 +1227,10 @@
})
}else {
html += '录入失败会长账号 |
'
- +'aOh! 暂无录入失败会长账号! | '
+ +'aOh! 暂无录入失败会长账号! |
>'
}
html += '
'
-
-
-
$("#data_list").html(html);
}
})