diff --git a/public/themes/simpleboot3/portal/prize/getScore.html b/public/themes/simpleboot3/portal/prize/getScore.html
index eef2c9e..f393447 100644
--- a/public/themes/simpleboot3/portal/prize/getScore.html
+++ b/public/themes/simpleboot3/portal/prize/getScore.html
@@ -144,13 +144,11 @@
 //            }
             });
             function uploadImages(localIds) {
-                var localId = localIds.pop();
                 wx.uploadImage({
-                    localId: localId,
+                    localId: localIds,
                     isShowProgressTips: 1,
                     success: function (res) {
-                        var serverId = res.serverId; // 返回图片的服务器端ID
-                        serverIds += id+':'+serverId + ',';
+                        serverIds = res.serverId;
                     },
                     fail: function (res) {
                         $modal.toast(JSON.stringify(res));