diff --git a/application/index/controller/User.php b/application/index/controller/User.php index 589a01c8c..fe50ced4c 100755 --- a/application/index/controller/User.php +++ b/application/index/controller/User.php @@ -339,6 +339,8 @@ class User extends Common 'width' => 100, 'height' => 32, 'key_prefix' => input('type', 'reg'), + 'use_point_back' => false, + 'use_color_back' => false, ); $verify = new \base\Verify($params); $verify->Entry();