From adf6517c606ea9afe28eee1125ecd2d79225f99e Mon Sep 17 00:00:00 2001 From: 潘浩文 <phw@bronet.cn> Date: Mon, 22 Oct 2018 17:31:22 +0800 Subject: [PATCH] 1 --- app/portal/controller/PrizeController.php | 1 - public/themes/simpleboot3/portal/prize/getScore.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/portal/controller/PrizeController.php b/app/portal/controller/PrizeController.php index d64cde1..df51de0 100644 --- a/app/portal/controller/PrizeController.php +++ b/app/portal/controller/PrizeController.php @@ -149,7 +149,6 @@ 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 936917d..ad25473 100644 --- a/public/themes/simpleboot3/portal/prize/getScore.html +++ b/public/themes/simpleboot3/portal/prize/getScore.html @@ -166,8 +166,8 @@ 'media': serverIds, }, success: function (data) { - alert(data); - return false; +// alert(data); +// return false; if (data == 1) { mui.toast('保存成功') window.location.href = "{:url('portal/prize/uploadSuccess')}" -- libgit2 0.24.0