diff --git a/application/index/controller/User.php b/application/index/controller/User.php index 589a01c8c0d8edbcd2431789ebd7c53dbf7b9245..fe50ced4ce970006656bbea631eebc210812fbb9 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();