实名认证 手机端

This commit is contained in:
“wanyongkang”
2020-12-27 16:39:32 +08:00
parent 124d0e56be
commit 1b57b64a65
2 changed files with 40 additions and 9 deletions

View File

@@ -260,7 +260,7 @@
</p>
</form>
<h3 id="verify-info" style="display:none;text-align: center;">请打开 支付宝 扫码进行认证</h3>
<div id="qrcode"></div>
<div id="qrcode_s"></div>
</div>
<div class="row">
@@ -600,7 +600,7 @@
if (res.Code == 10000) {
$('#id-cert').hide();
$('#verify-info').show();
new QRCode(document.getElementById("qrcode"), {
new QRCode(document.getElementById("qrcode_s"), {
text: res.url,
width : 550,
height : 550