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')}"