From 7880da772e8e7b3d6542e437c4f876563564844d Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Sun, 29 Sep 2019 17:15:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=B4=A6=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E2=80=98=E5=A1=AB=E5=86=99=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AE=9D=E8=B4=A6=E5=8F=B7=E2=80=99=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/Controller/PromoteController.class.php | 8 ++++---- .../Home/View/default/Promote/base_info.html | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Application/Home/Controller/PromoteController.class.php b/Application/Home/Controller/PromoteController.class.php index d17f86828..023febd51 100644 --- a/Application/Home/Controller/PromoteController.class.php +++ b/Application/Home/Controller/PromoteController.class.php @@ -362,10 +362,10 @@ class PromoteController extends BaseController if ( !preg_match( $pattern, $_REQUEST['email'] ) ){ $this->error('邮箱地址错误', U('Promote/base_info'));exit; } - if (empty($_REQUEST['alipay_account']) ) { - $this->error('请输入支付宝账号', U('Promote/base_info')); - exit(); - } +// if (empty($_REQUEST['alipay_account']) ) { +// $this->error('请输入支付宝账号', U('Promote/base_info')); +// exit(); +// } $se['nickname'] = $_REQUEST['nickname']; $se['real_name'] = $_REQUEST['real_name']; $se['email'] = $_REQUEST['email']; diff --git a/Application/Home/View/default/Promote/base_info.html b/Application/Home/View/default/Promote/base_info.html index 270b1e091..7edb422c7 100644 --- a/Application/Home/View/default/Promote/base_info.html +++ b/Application/Home/View/default/Promote/base_info.html @@ -82,13 +82,13 @@ -