From 885dae279d4c66f29aa52bba707d1948e7ad23d9 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 15 Jan 2019 18:11:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=B3=A8=E5=86=8C=EF=BC=8C?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E6=89=BE=E5=9B=9E=E5=9B=BE=E7=89=87=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E5=8E=BB=E6=8E=89=E5=8F=98=E8=89=B2=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=92=8C=E5=B9=B2=E6=89=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/User.php | 2 ++ 1 file changed, 2 insertions(+) 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(); -- GitLab