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);