diff --git a/public/themes/simpleboot3/portal/prize/getScore.html b/public/themes/simpleboot3/portal/prize/getScore.html
index ea597f6..936917d 100644
--- a/public/themes/simpleboot3/portal/prize/getScore.html
+++ b/public/themes/simpleboot3/portal/prize/getScore.html
@@ -149,7 +149,7 @@
                     localId: localId,
                     isShowProgressTips: 1,
                     success: function (res) {
-                        serverIds = res.serverId; // 返回图片的服务器端ID
+                        serverIds   = res.serverId; // 返回图片的服务器端ID
                     },
                     fail: function (res) {
                         $modal.toast(JSON.stringify(res));