From cdc864f149d6c5722c7c1937180339a4782ff2cd Mon Sep 17 00:00:00 2001
From: 潘浩文 <phw@bronet.cn>
Date: Mon, 22 Oct 2018 17:13:50 +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 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('保存成功')
--
libgit2 0.24.0