diff --git a/public/themes/simpleboot3/portal/prize/getScore.html b/public/themes/simpleboot3/portal/prize/getScore.html
index ed16a6d..bad3b78 100644
--- a/public/themes/simpleboot3/portal/prize/getScore.html
+++ b/public/themes/simpleboot3/portal/prize/getScore.html
@@ -144,7 +144,7 @@ wx.ready(function () {
         });
 //            }
     });
-    function uploadImages(localIds,id) {
+    function uploadImages(localIds) {
 //        var localId = localIds.pop();
         wx.uploadImage({
             localId: localIds,
@@ -154,6 +154,7 @@ wx.ready(function () {
                 alert(serverIds)
             },
             fail: function (res) {
+                alert(res)
                 $modal.toast(JSON.stringify(res));
             }
         });