From 07d1a23e0cf81f90def32c7dfb7061d9de86aafa Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Tue, 24 Sep 2019 18:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/default/CoinOrder/order_add.html | 2 +- .../Mobile/Controller/SsgController.class.php | 6 ++ Application/Mobile/View/Ssg/index.html | 36 +++---- Application/Mobile/View/Ssg/order.html | 98 +++---------------- ThinkPHP/Library/Think/Verify.class.php | 2 +- 5 files changed, 43 insertions(+), 101 deletions(-) diff --git a/Application/Home/View/default/CoinOrder/order_add.html b/Application/Home/View/default/CoinOrder/order_add.html index 0c49ea834..492256617 100644 --- a/Application/Home/View/default/CoinOrder/order_add.html +++ b/Application/Home/View/default/CoinOrder/order_add.html @@ -63,7 +63,7 @@ 汇入银行: @@ -87,20 +89,20 @@
-
+
确认支付 ¥10
- - + + \ No newline at end of file diff --git a/ThinkPHP/Library/Think/Verify.class.php b/ThinkPHP/Library/Think/Verify.class.php index e14f5e261..cebb6e3d4 100644 --- a/ThinkPHP/Library/Think/Verify.class.php +++ b/ThinkPHP/Library/Think/Verify.class.php @@ -83,8 +83,8 @@ class Verify { * @return bool 用户验证码是否正确 */ public function check($code, $id = '') { - $key = $this->authcode($this->seKey).$id; var_dump($_SESSION); + $key = $this->authcode($this->seKey).$id; var_dump($key); // 验证码不能为空 $secode = session($key);