界面调整 修改实名信息
This commit is contained in:
@@ -88,7 +88,11 @@
|
||||
<!-- 账户信息 -->
|
||||
<div class="accout_tit"><span class="lineBar"></span>账户信息 <button class="btnXq" onclick="$('#infoBox').show()">完善信息</button>
|
||||
<button class="btnXq" onclick="$('#pwdBox').show()">修改密码</button>
|
||||
<button class="btnXq" id="real-name-confirm" onclick="$('#real-name').show()">实名认证</button>
|
||||
@if (Model.UserModel.is_verify == 1) {
|
||||
<button class="btnXq" style="width: auto;background:green;padding:0 10px;">已实名认证</button>
|
||||
} else {
|
||||
<button class="btnXq" id="real-name-confirm" onclick="$('#real-name').show()">实名认证</button>
|
||||
}
|
||||
</div>
|
||||
<div class="model">
|
||||
<div class="item">
|
||||
@@ -331,18 +335,21 @@
|
||||
<div class="layerTable" id="real-name" style="margin-right:10em;">
|
||||
<form id="id-cert">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<p>《中华人民共和国网络安全法》第二十四条规定:<br>
|
||||
网络运营者为用户办理网络接入、域名注册服务,办理固定电话、移动电话等入网手续,或者为用户提供信息发布、即时通讯等服务,在与用户签订协议或者确认提供服务时,应当要求用户提供真实身份信息。用户不提供真实身份信息的,网络运营者不得为其提供相关服务。</p>
|
||||
<p>1、为了你的帐号安全请勿使用他人手机号或身份信息</p>
|
||||
<p>2、聚IP承诺:用户的个人隐私数据仅与支付宝方面进行交互,本公司不调用及储存用户的实人认证数据,仅接收支付宝方面的实人认证结果!</p>
|
||||
<p>3、若您支付宝扫脸认证不成功,请联系客服</p>
|
||||
<div style="padding: 2em;">
|
||||
<p>《中华人民共和国网络安全法》第二十四条规定:<br>
|
||||
网络运营者为用户办理网络接入、域名注册服务,办理固定电话、移动电话等入网手续,或者为用户提供信息发布、即时通讯等服务,在与用户签订协议或者确认提供服务时,应当要求用户提供真实身份信息。用户不提供真实身份信息的,网络运营者不得为其提供相关服务。</p>
|
||||
<p>1、为了你的帐号安全请勿使用他人手机号或身份信息</p>
|
||||
<p>2、聚IP承诺:用户的个人隐私数据仅与支付宝方面进行交互,本公司不调用及储存用户的实人认证数据,仅接收支付宝方面的实人认证结果!</p>
|
||||
<p>3、若您支付宝扫脸认证不成功,请联系客服</p>
|
||||
<p style="color: red;">4、若您支付宝扫脸认证已经成功,请点击下方已扫脸按钮</p>
|
||||
</div>
|
||||
<tr>
|
||||
<td>真实姓名:</td>
|
||||
<td><input type="text" id="real-name-name" class="inputBox" placeholder="请输入真实姓名"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>身份证号:</td>
|
||||
<td><input type="number" id="real-name-code" class="inputBox" placeholder="请输入身份证号码"/></td>
|
||||
<td><input type="text" id="real-name-code" class="inputBox" placeholder="请输入身份证号码"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>手机号码:</td>
|
||||
@@ -352,12 +359,13 @@
|
||||
|
||||
<div class="" style="text-align:center;">
|
||||
<button type="button" class="btnXq" onclick="$('#real-name').hide()">返回</button>
|
||||
<button type="button" class="btnXq" onclick="realname()">确定</button>
|
||||
<button type="button" class="btnXq" onclick="realname()">确定</button><br>
|
||||
<div style="margin-top: 10px;"><button onclick="get_verify_res()" type="button" class="btnXq" style="width: auto;padding: 0 10px;font-size:1.2em;">已扫脸请点击这里</button></div>
|
||||
</div>
|
||||
</form>
|
||||
<h1 id="verify-info" style="display:none;text-align: center;padding-top:100px;font-size:25px">请截图此页面,进入支付宝扫码验证,请勿关闭此页面,验证完成后请返回此页面,点击认证成功按钮,若扫脸后仍未认证成功,请联系客服</h1>
|
||||
<div style="padding: 50px 100px;text-align: center;" id="qrcode"></div>
|
||||
<div style="padding: 0 100px;text-align: center;"><button style="font-size:50px;" onclick="get_verify_res()" type="button" class="btn btn-success">已扫脸认证</button></div>
|
||||
@* <div style="padding: 0 100px;text-align: center;"><button style="font-size:50px;" onclick="get_verify_res()" type="button" class="btn">我已扫脸点击这里</button></div> *@
|
||||
</div>
|
||||
|
||||
<div class="layerTable" id="money-change" style="margin-right:10em;">
|
||||
@@ -649,8 +657,8 @@ var t1 = null;
|
||||
},
|
||||
crossDomain: true,
|
||||
success: function (res) {
|
||||
console.log(res);
|
||||
if (res.Code == 10000) {
|
||||
clearInterval(t1);
|
||||
window.location.href='/User/Index';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,29 +2,27 @@
|
||||
@{
|
||||
Layout = "_UserLayout";
|
||||
}
|
||||
<div id="app">
|
||||
<div id="app" style="padding-top: 2.5em;">
|
||||
<table class="table">
|
||||
<caption>余额资金明细</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>用户</th>
|
||||
<th>资金去向</th>
|
||||
<th>购买时间</th>
|
||||
<th style="min-width: 6em;">资金去向</th>
|
||||
<th>金额</th>
|
||||
<th>操作前余额</th>
|
||||
<th>操作后余额</th>
|
||||
<th>备注</th>
|
||||
<th>购买时间</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="info in tableData">
|
||||
<td>{{info.UserName}}</td>
|
||||
<td>{{info.CreateTime}}</td>
|
||||
<td>{{info.ScoreTypeName}}</td>
|
||||
<td>{{info.ScoreValue}}</td>
|
||||
<td>{{info.RestAmount1}}</td>
|
||||
<td>{{info.RestAmount2}}</td>
|
||||
<td>{{info.Remark}}</td>
|
||||
<td>{{info.CreateTime}}</td>
|
||||
<td style="overflow:hidden;">{{info.Remark}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -7,24 +7,24 @@
|
||||
<caption>余额资金明细</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>用户</th>
|
||||
<th>资金去向</th>
|
||||
<th>金额</th>
|
||||
<th>操作前余额</th>
|
||||
<th>操作后余额</th>
|
||||
<th>备注</th>
|
||||
<th>购买时间</th>
|
||||
<th style="min-width: 100px;">交易时间</th>
|
||||
<th style="min-width: 100px;">用户</th>
|
||||
<th style="min-width: 100px;">资金去向</th>
|
||||
<th style="min-width: 50px;">金额</th>
|
||||
<th style="min-width: 100px;">操作前余额</th>
|
||||
<th style="min-width: 100px;">操作后余额</th>
|
||||
<th >备注</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="info in tableData">
|
||||
<td>{{info.CreateTime}}</td>
|
||||
<td>{{info.UserName}}</td>
|
||||
<td>{{info.ScoreTypeName}}</td>
|
||||
<td>{{info.ScoreValue}}</td>
|
||||
<td>{{info.RestAmount1}}</td>
|
||||
<td>{{info.RestAmount2}}</td>
|
||||
<td>{{info.Remark}}</td>
|
||||
<td>{{info.CreateTime}}</td>
|
||||
<td style="max-width: 500px;overflow:hidden;;">{{info.Remark}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user