From 6c78459b38219a9cc2b02407b213c44ccd466b33 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Wed, 9 Oct 2019 16:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/Game/add.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/View/Game/add.html b/Application/Admin/View/Game/add.html index e94992907..27196ce88 100644 --- a/Application/Admin/View/Game/add.html +++ b/Application/Admin/View/Game/add.html @@ -1074,7 +1074,7 @@ uploaderImg.on( 'fileQueued', function( file ) { var html = ''; html += '
'; - html += ''; + html += ''; html += '

' + file.name + '

'; html += '

等待上传...

'; html += '
';