From 899ffe198d45f0a29bfed9b8a3548dcef040e972 Mon Sep 17 00:00:00 2001
From: 潘浩文 <phw@bronet.cn>
Date: Mon, 22 Oct 2018 17:15:38 +0800
Subject: [PATCH] 1

---
 public/themes/simpleboot3/portal/prize/getScore.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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));
             }
         });
--
libgit2 0.24.0