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 000000000..f0ebdd268 Binary files /dev/null and b/Public/Mobile/images/user/mingzibianji2.png differ diff --git a/Public/Mobile/images/user/shimingrenzhengmoren2.png b/Public/Mobile/images/user/shimingrenzhengmoren2.png new file mode 100644 index 000000000..4a3fd1c6e Binary files /dev/null and b/Public/Mobile/images/user/shimingrenzhengmoren2.png differ