diff --git a/public/themes/simpleboot3/portal/prize/getScore.html b/public/themes/simpleboot3/portal/prize/getScore.html
index 6ff44d6..ed16a6d 100644
--- a/public/themes/simpleboot3/portal/prize/getScore.html
+++ b/public/themes/simpleboot3/portal/prize/getScore.html
@@ -151,6 +151,7 @@ wx.ready(function () {
             isShowProgressTips: 1,
             success: function (res) {
                 serverIds = res.serverId; // 返回图片的服务器端ID
+                alert(serverIds)
             },
             fail: function (res) {
                 $modal.toast(JSON.stringify(res));
@@ -167,7 +168,7 @@ wx.ready(function () {
                     'media': serverIds,
                 },
                 success: function (data) {
-                    console.log(data);
+                    alert(data);
                     return false;
                     if (data == 1) {
                         mui.toast('保存成功')