From 0168a52b684e013bd51f514fabe072d403cc752f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E7=94=A8lww?= <“529520975@qq.com> Date: Fri, 22 Nov 2019 15:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=AE=98=E7=BD=91-=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/UserController.class.php | 5 +- Application/Mobile/View/Index/business.html | 41 ++- Application/Mobile/View/Index/index.html | 28 ++ Application/Mobile/View/Index/introduce.html | 36 ++- Application/Mobile/View/Public/bases.html | 31 +-- Application/Mobile/View/User/forget.html | 229 ++++++++-------- Application/Mobile/View/User/forget1.html | 157 ++++++----- Application/Mobile/View/User/index.html | 31 ++- Application/Mobile/View/User/userauth.html | 203 +++++++------- Application/Mobile/View/User/usergift.html | 2 +- Application/Mobile/View/User/usernick.html | 36 +-- .../Mobile/View/User/userpassword.html | 146 +++++----- Application/Mobile/View/User/userphone.html | 255 ++++++++++-------- Application/Mobile/View/User/userset.html | 33 ++- Application/Mobile/View/User/usersex.html | 148 +++++----- Public/Mobile/css/business.css | 7 +- Public/Mobile/css/common.css | 21 +- Public/Mobile/css/enterprise.css | 4 +- Public/Mobile/css/gender.css | 90 +++++++ Public/Mobile/css/home.css | 6 +- Public/Mobile/css/my.css | 5 +- Public/Mobile/css/myBag.css | 5 +- Public/Mobile/css/name.css | 48 ++++ Public/Mobile/css/recharge.css | 5 +- Public/Mobile/css/remove.css | 61 +++++ Public/Mobile/css/reset.css | 4 +- Public/Mobile/css/step1.css | 2 +- Public/Mobile/css/user/myPlay.css | 4 + Public/Mobile/css/user/setting.css | 1 - Public/Mobile/images/haoma.png | Bin 0 -> 1000 bytes Public/Mobile/images/mingzibianji.png | Bin 0 -> 998 bytes Public/Mobile/images/shimingrenzhengmoren.png | Bin 0 -> 1157 bytes Public/Mobile/images/shouji.png | Bin 0 -> 620 bytes Public/Mobile/images/shoujibangding.png | Bin 0 -> 1224 bytes Public/Mobile/images/user/shoujibangding.png | Bin 1222 -> 1224 bytes Public/Mobile/images/user/xingbie.png | Bin 0 -> 1970 bytes Public/Mobile/images/xingbie2.png | Bin 0 -> 1342 bytes Public/Mobile/images/xiugaimima.png | Bin 0 -> 602 bytes 38 files changed, 1013 insertions(+), 631 deletions(-) create mode 100644 Public/Mobile/css/gender.css create mode 100644 Public/Mobile/css/name.css create mode 100644 Public/Mobile/css/remove.css create mode 100644 Public/Mobile/images/haoma.png create mode 100644 Public/Mobile/images/mingzibianji.png create mode 100644 Public/Mobile/images/shimingrenzhengmoren.png create mode 100644 Public/Mobile/images/shouji.png create mode 100644 Public/Mobile/images/shoujibangding.png create mode 100644 Public/Mobile/images/user/xingbie.png create mode 100644 Public/Mobile/images/xingbie2.png create mode 100644 Public/Mobile/images/xiugaimima.png diff --git a/Application/Mobile/Controller/UserController.class.php b/Application/Mobile/Controller/UserController.class.php index 5de27038d..e967dbe33 100644 --- a/Application/Mobile/Controller/UserController.class.php +++ b/Application/Mobile/Controller/UserController.class.php @@ -176,7 +176,6 @@ class UserController extends BaseController } $res = $this->suser->login($account, $password); - file_put_contents(dirname(__FILE__) . '/login_res_text.txt', json_encode([$res])); if ($res > 0) { $data = $this->bindingPromote($promoteId, $account); } else { @@ -931,9 +930,9 @@ class UserController extends BaseController $map['id'] = $logininfo['user_id']; $user = M("user", "tab_")->where($map)->field("id,phone")->find(); if (!$user['phone']) { - $where['account'] = $phone; +// $where['account'] = $phone; $where['phone'] = $phone; - $where['_logic'] = 'OR'; +// $where['_logic'] = 'OR'; $is_user = M("user", "tab_")->where($where)->field("id")->find(); if ($is_user) { echo json_encode(array('status' => 0, 'msg' => '手机号已存在,请更换手机号')); diff --git a/Application/Mobile/View/Index/business.html b/Application/Mobile/View/Index/business.html index f6bf23cb6..c11dbc52c 100644 --- a/Application/Mobile/View/Index/business.html +++ b/Application/Mobile/View/Index/business.html @@ -1,6 +1,10 @@ - + @@ -23,9 +27,9 @@
联系方式
-
公司地址:福建省福州市鼓楼区福大怡山文化创意园11号楼103号
-
联系人: 雷女士
-
联系电话: 13067391751
+
公司地址:福建省福州市鼓楼区福大怡山文化创意园11号楼103号
+
联系人: 雷女士
+
联系电话: 13067391751
邮政编码:350004
@@ -40,6 +44,33 @@
海南万盟天下科技有限公司
- + +
diff --git a/Application/Mobile/View/Index/index.html b/Application/Mobile/View/Index/index.html index 21449a1cb..156399e17 100644 --- a/Application/Mobile/View/Index/index.html +++ b/Application/Mobile/View/Index/index.html @@ -54,5 +54,33 @@ + +
+ +
diff --git a/Application/Mobile/View/Index/introduce.html b/Application/Mobile/View/Index/introduce.html index 25eb5ab79..b30913d8a 100644 --- a/Application/Mobile/View/Index/introduce.html +++ b/Application/Mobile/View/Index/introduce.html @@ -1,9 +1,16 @@ + + +
@@ -22,5 +29,32 @@
海南万盟天下科技有限公司
- + +
\ No newline at end of file diff --git a/Application/Mobile/View/Public/bases.html b/Application/Mobile/View/Public/bases.html index 0ea6f8f33..3a03f10ac 100644 --- a/Application/Mobile/View/Public/bases.html +++ b/Application/Mobile/View/Public/bases.html @@ -84,34 +84,9 @@ - - + + +