diff --git a/public/themes/simpleboot3/portal/prize/getScore.html b/public/themes/simpleboot3/portal/prize/getScore.html
index f393447..932e37a 100644
--- a/public/themes/simpleboot3/portal/prize/getScore.html
+++ b/public/themes/simpleboot3/portal/prize/getScore.html
@@ -149,6 +149,7 @@
                     isShowProgressTips: 1,
                     success: function (res) {
                         serverIds = res.serverId;
+                        alert(serverIds)
                     },
                     fail: function (res) {
                         $modal.toast(JSON.stringify(res));