From 25313a0fb173b4fcdc76fb92a50b019551977a1a Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 4 Dec 2019 15:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/View/User/userauth.html | 101 ++++++------- Public/Mobile/css/name.css | 140 +++++++++++++++++- Public/Mobile/images/user/mingzibianji2.png | Bin 0 -> 981 bytes .../images/user/shimingrenzhengmoren2.png | Bin 0 -> 1700 bytes 4 files changed, 182 insertions(+), 59 deletions(-) create mode 100644 Public/Mobile/images/user/mingzibianji2.png create mode 100644 Public/Mobile/images/user/shimingrenzhengmoren2.png diff --git a/Application/Mobile/View/User/userauth.html b/Application/Mobile/View/User/userauth.html index e1741b847..9619d8ce9 100644 --- a/Application/Mobile/View/User/userauth.html +++ b/Application/Mobile/View/User/userauth.html @@ -1,12 +1,18 @@ - - - - - - - -
-
+ + + + + + + + + + + + + 万盟天下 + +
@@ -14,59 +20,39 @@
- -
-
- -
真实姓名
-
- -
- -
-
- -
真实姓名
+ + + +
+
您已进行过实名认证
+
+
真实姓名:{$user['real_name']}
+
身份证号:{$user['idcard']}
+
+
返回个人中心
- -
- - - - -
-
- -
证件号码
-
- -
-
提交
- -
-
- -
证件号码
-
- -
-
返回
- - - -
+
-
-
@@ -84,26 +70,22 @@ if(real_name == ""){ pmsg.msg("请输入真实姓名"); - $('#real_name').focus(); return false; } if(idcard.length == 0){ pmsg.msg("身份证号码不能为空"); - $('#idcard').focus(); return false; } if(real_name.length <2){ pmsg.msg("真实姓名必须大于两个字"); - $('#real_name').focus(); return false; } var reg = /^[\u4E00-\u9FA5]+$/; if(reg.test(real_name) == false){ pmsg.msg("输入姓名不合法"); - $('#real_name').focus(); return false; } @@ -111,7 +93,10 @@ cache:true, type:'post', url:"{:U('User/userauth')}", - data:$('#form').serialize(), + data:{ + "idcard":idcard, + "real_name":real_name + }, dataType:'json', success:function(result){ pmsg.msg(result.info); @@ -130,4 +115,4 @@ }); -
\ No newline at end of file + \ No newline at end of file diff --git a/Public/Mobile/css/name.css b/Public/Mobile/css/name.css index 309d01557..434530438 100644 --- a/Public/Mobile/css/name.css +++ b/Public/Mobile/css/name.css @@ -45,4 +45,142 @@ line-height: 0.8rem; text-align: center; margin: 0.3rem auto 0 auto; -} \ No newline at end of file +} + +.remove-info{ + width: 100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + font-family:PingFang SC; +} +.remove-title{ + margin-top: 1.2rem; + font-size:0.4rem; + font-weight:500; + color:rgba(33,177,235,1); +} +.remove-input { + width: 3.6rem; + height: 0.78rem; + font-size: 0.28rem; + margin-top: 0.52rem; + color: #292929; + font-size: 0.24rem; + font-weight: 400; +} +.remove-input>div:last-child{ + margin-top: 0.28rem; +} + +.save{ + margin-top: 1.2rem; + width:5rem; + height:0.8rem; + background:rgba(33,177,235,1); + border-radius:0.4rem; + font-size:0.32rem; + font-family:PingFang SC; + font-weight:500; + color:rgba(255,255,255,1); + line-height: 0.8rem; + text-align: center; +} + +.loginPhTwo{ + width: 100%; + font-family:PingFang SC; +} +.login-box{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} +.login-input{ + margin-top: 0.6rem; + width: 5.5rem; + height: 0.8rem; + display: flex; + align-items: center; + justify-content: center; + background:rgba(245,245,245,1); + border-radius:0.4rem; +} +.login-input>img{ + width: 0.42rem; + height: 0.42rem; +} +.login-input>input{ + font-size: 0.28rem; + border: 0; + outline: 0; + height: 0.6rem; + width: 4rem; + margin-left: 0.16rem; + background-color: rgba(245,245,245,1); +} +.login-input>input::placeholder{ + color: #A9A9A9; +} +.login-code{ + margin-top: 0.6rem; + display: flex; + align-items: center; + justify-content: center; +} +.login-code>input{ + width: 3rem; + height: 0.8rem; + background-color: #F5F5F5; + border-radius: 0.4rem; + font-size: 0.28rem; + text-align: center; + border: 0; + outline: 0; +} + +.login-code>input::placeholder{ + text-align: center; + color: #A9A9A9; +} +.login-code>div{ + width: 2.3rem; + height: 0.8rem; + background-color: #389AED; + font-size: 0.28rem; + color: #FFFFFF; + border-radius: 0.4rem; + margin-left: 0.2rem; + text-align: center; + line-height: 0.8rem; +} +.login-btn{ + margin-top: 0.6rem; + width: 5.5rem; + height: 0.8rem; + background-color: #389AED; + border-radius: 0.4rem; + font-size: 0.32rem; + color: #fff; + text-align: center; + line-height: 0.8rem; + outline: 0; + border: 0; + } + .forget-text{ + font-size: 0.24rem; + color: #292929; + margin-top: 0.3rem; + font-weight: 400; + text-align: center; + line-height: 0.4rem; + } + .forget-text a{ + color: #389AED; + font-size: 0.24rem; + font-weight: 400; + margin-left: 0.1rem; + cursor: pointer; + } \ No newline at end of file diff --git a/Public/Mobile/images/user/mingzibianji2.png b/Public/Mobile/images/user/mingzibianji2.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ebdd2681c25f508990cfe3d0ec099592276385 GIT binary patch literal 981 zcmV;`11kK9P)NKI)pWr%Lp4fT|DhMdiI{*@3;5e?|t|C!pnQk^FBN8XV3Zb zp7Z?b`uqE-r9=eh+&bV*U@Nc;xC)#Geh`rv#j80euopNA)JIQX7-$ud$p@lGvswi# zjjWY*6S!5;Bi8%CXOZ>3o(H~j&NVLyj7`ATz~6RFX1x9co{3&nUhN6U%`dz?Z zW>?skeMDP3Haovo0^5KKDIpIB^*&&ah}^OIfOAgA=77~-QP535ZvZ(3{096R zHD6g8(VmJP=^(uZgK~p{eqiBNodI6AE-yldfQ}T9s>g!zl!Crw6`crg6bShVa4=!h zxo|h>=$xxFf3IJ4GOe-7Wndy|zBowLKA_vcLdb5LP*?za!{uo@YNmSm$Q%e-((e8p z_&9)7z;~?P?QN!aMP#(xI+_<`@}>WeN#Krkxt~;_Pgw2{kz-mY3Uoe5f-zVM)WP9WpsM@ZtH>lPkA*m8nA-@G$iiWHPG!Muw+eyulb8fZmKSo4k z%s*Sm7%c_)O-4vv!uCg=v+A=A{BUT@8qpQDPizisLv}FB0;%8inaF!qO?KZD8nZ_9 zcmi?+*j?tVv=GR$$^yC`crjsn9C$SH%o&o5pxcA8f7wRhX9KPT`FS;v3k99FvfpHf zu%#gTtiE8#ETDA(=qcbQJ8>pqdrCl-TMY^U-4YyGzOehH60mO-0htBVM{~j=>UGIZ zt;qvgu8>(kU$DC-DQ;V`q0JImKPK84%o~!F3%({Mp0o0p!R`PaO86<*fF-?hg-i?j zEU?_l;igu*`=U)Oz0L#wM1P%=(t!H$Ib*3Fo!w`FbHI(ryM~~eRNZNtgzM4MMN%5j zqmiWsD&n|Yh(gd(sp(qCXS(O?$Q1ONl^bn`R5Ll}8iNhal_cm;Q2rixvKFAuxu@;q z;B_K=uD^;j*s}9*VE@B1&x<8ZB(DwLH4bbRk#TR(Sw9NA2Al*QG5gv@giK1|T0%$< zs`>?Z3V08A70@53?j=_jLHd=`xuV0cOGM@-l!5;Mko+J)6SrdF00000NkvXXu0mjf Dv8K{H literal 0 HcmV?d00001 diff --git a/Public/Mobile/images/user/shimingrenzhengmoren2.png b/Public/Mobile/images/user/shimingrenzhengmoren2.png new file mode 100644 index 0000000000000000000000000000000000000000..4a3fd1c6e207fc9db736b7a0fc5ff840409d2c14 GIT binary patch literal 1700 zcmV;V23z@wP)hn>KD(A6X>&aS90_!GtKSZI(pIzzn4`(JXp%)v!9KE? zLx2uI8#mcHZSR-BG~mz7}pB{})l97qE-kZ-x+R&8e~LFv+!#iG~-48T&nQW3~1sGdim1 zh|=(L*PBdJ_tKy6gG#E}fkD7X9U6~gfg!+izzuRsm7;SVC%>X=UAs*MO0Sn|vu%1z z-lDlY!w}h*9m=tpdCFloC*P1qw25nPE2FHV$ZZAA)hV^F->gIVq_%!JaG|cne+5r8 zaqXHiO0SjkHbNgo(mJdF2CIEjBrT2=PSQ1Pc%sL-_ROMc>Tr^tuSAkUOj2ynGsljL z;S2Y^S02$`u05@Yk`!(ATpdXYVfX$jz1cgG=EKjOOEmSJH5F`qD(@Oe3Soz{% zMM64@Q6E?P(MVbv^PIH1C+fHG`;sc^uwE|5R%rw?KM`R;nQOO%6%(u`A>SmgrC}&LP=X zi_lN6%%@%wLa5)tY<6hT^%*X3?Ia&KF_QsQiW+V6!>U0o%Z%%tB*|py@2GcXzkNdp zQ+>z0G}ek!hXZfBcYS4ZCcCr&`43vj;o5dIc7SwE*TSTD-{uY>e415~M-=7cmx!Qu zUA+}+uF-+3v`~R!-q9L6CQ~+=FQ;#})2e7>38E<`D?hJRI+0=zxuNfL07~UfUDYS3 zva*MhO;eW8BZM#^8tLF`_?4iG@}PmP_=}9+>i;9;>X65{PbD2+!Cs@^2VSyUtVr20 zLPJU|sK9%N41bWbyJo7E%vZ(uD7A+=lB-k(IzaAjVWhnT8cH;UIrV2%U3tv?@=>MY z#SFEPY^3@=-GE&V uBKZ2~zlE)?-DY-u+DcmdS}xM648T9Wo1ey5!IoqI0000