|
|
@@ -71,7 +71,6 @@
|
|
|
t_verify.style.background = 'transparent'
|
|
|
}
|
|
|
if (element) {
|
|
|
- console.log(element);
|
|
|
element.style.border = 'none'
|
|
|
element.style.background = 'transparent'
|
|
|
}
|
|
|
@@ -102,10 +101,10 @@
|
|
|
that.$toast.fail({icon: 'close', message: data.errmsg})
|
|
|
setTimeout(function () {
|
|
|
if (that.isiOS) {
|
|
|
- window.webkit.messageHandlers.returnVerificationCode.postMessage(res.ret.toString());
|
|
|
+ window.webkit.messageHandlers.returnVerificationCode.postMessage('2');
|
|
|
}
|
|
|
if (that.isAndroid) {
|
|
|
- window.hap.verificationCode(res.ret.toString());
|
|
|
+ window.hap.verificationCode('2');
|
|
|
}
|
|
|
}, 1200)
|
|
|
})
|