diff --git a/public/themes/simpleboot3/portal/prize/getScore.html b/public/themes/simpleboot3/portal/prize/getScore.html index d21d99d..9b6a6a9 100644 --- a/public/themes/simpleboot3/portal/prize/getScore.html +++ b/public/themes/simpleboot3/portal/prize/getScore.html @@ -128,6 +128,7 @@ // } // // } + var serverIds = ''; wx.ready(function () { $('#imghead').click(function () { // var id = $(this).attr('id'); @@ -149,8 +150,7 @@ wx.ready(function () { localId: localIds, isShowProgressTips: 1, success: function (res) { - var serverId = res.serverId; // 返回图片的服务器端ID - serverIds += id+':'+serverId + ','; + serverIds = res.serverId; // 返回图片的服务器端ID }, fail: function (res) { $modal.toast(JSON.stringify(res));