|
|
@@ -65,7 +65,7 @@
|
|
|
this.TencentCaptcha = new window.TencentCaptcha(
|
|
|
getAppId('development'),
|
|
|
function (res) {/* callback */
|
|
|
- if (this.isiOS === '1') {
|
|
|
+ if (that.isiOS === '1') {
|
|
|
window.webkit.messageHandlers.returnVerificationCode.postMessage(res.ret.toString());
|
|
|
} else {
|
|
|
window.hap.verificationCode(res.ret.toString());
|