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

---
 app/portal/controller/PrizeController.php            | 1 +
 public/themes/simpleboot3/portal/prize/getScore.html | 2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/app/portal/controller/PrizeController.php b/app/portal/controller/PrizeController.php
index fae3e87..552211d 100644
--- a/app/portal/controller/PrizeController.php
+++ b/app/portal/controller/PrizeController.php
@@ -149,6 +149,7 @@ class PrizeController extends WeChatBaseController
     public function uploadPost(){
         $re=$this->checkUser();
         $param = $this->request->param();
+        var_dump($param);
         $app = new Application($this->options);
      // 获取 access token 实例
         $access_token = $app->access_token;
diff --git a/public/themes/simpleboot3/portal/prize/getScore.html b/public/themes/simpleboot3/portal/prize/getScore.html
index 88e1718..6ff44d6 100644
--- a/public/themes/simpleboot3/portal/prize/getScore.html
+++ b/public/themes/simpleboot3/portal/prize/getScore.html
@@ -167,6 +167,8 @@ wx.ready(function () {
                     'media': serverIds,
                 },
                 success: function (data) {
+                    console.log(data);
+                    return false;
                     if (data == 1) {
                         mui.toast('保存成功')
                         window.location.href = "{:url('portal/prize/uploadSuccess')}"
--
libgit2 0.24.0