大理需求:绑定银行卡时银行卡号和身份证号去空格,60s之后重复发,注意:安卓版本使用的是platforms/android目录下代码,不能覆盖,里面做了特殊代码修改
diff --git a/www/bindcheck.html b/www/bindcheck.html
index 51e13e9..9e2560a 100644
--- a/www/bindcheck.html
+++ b/www/bindcheck.html
@@ -30,6 +30,9 @@
<div class="weui-cell__bd">
<input class="weui-input" type="tel" id="code" style="font-size: 14px;" placeholder="请输入验证码" maxlength="6">
</div>
+ <div class="weui-cell__ft">
+ <button class="weui-vcode-btn" onclick="app.getCode()" id="codebtn" style="width: 100px;height: 1rem;font-size: 14px;">获取验证码</button>
+ </div>
</div>
</div>
<section class="aui-content-padded" style="margin-top: 30px;">