commit | 5f8f92fe5cdd19bef017794ff147355ad6c3b622 | [log] [tgz] |
---|---|---|
author | qiaowei <jov123@163.com> | 周五 11月 15 10:27:57 2019 +0800 |
committer | qiaowei <jov123@163.com> | 周五 11月 15 10:27:57 2019 +0800 |
tree | 96959aeaaa0480a4a480bf863c8df5e1ea006241 | |
parent | e82a1f8fc4b338bf929dedfab095f5ba772db8d8 [diff] [blame] |
大理需求:绑定银行卡时银行卡号和身份证号去空格,60s之后重复发,注意:安卓版本使用的是platforms/android目录下代码,不能覆盖,里面做了特殊代码修改
diff --git a/www/js/qrcode.js b/www/js/qrcode.js index 4664a9b..1b5a036 100644 --- a/www/js/qrcode.js +++ b/www/js/qrcode.js
@@ -21,8 +21,8 @@ $.hideLoading(); var qrcode = new QRCode(document.getElementById("qrcode"), { text: ret.qrcode, - width: 150, - height: 150, + width: 200, + height: 200, colorDark: "#000000", colorLight: "#ffffff", correctLevel: QRCode.CorrectLevel.L