From 89345483cdef2fd06daa5d37dadf53279f2afc9f Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 17 May 2019 18:11:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/user/reg_info.html | 4 ++-- application/service/UserService.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/application/index/view/default/user/reg_info.html b/application/index/view/default/user/reg_info.html index e6392f6b3..547af11f5 100755 --- a/application/index/view/default/user/reg_info.html +++ b/application/index/view/default/user/reg_info.html @@ -95,8 +95,8 @@ - - 更换一张 + + 更换一张 diff --git a/application/service/UserService.php b/application/service/UserService.php index cb1cf86bb..0579e9d28 100755 --- a/application/service/UserService.php +++ b/application/service/UserService.php @@ -1048,6 +1048,7 @@ class UserService } else if($params['type'] == 'username') { // 是否开启图片验证码 + $verify_params['key_prefix'] = 'images_verify_reg'; $verify = self::IsImaVerify($params, $verify_params, MyC('home_user_register_img_verify_state')); if($verify['code'] != 0) {