Pārlūkot izejas kodu

腾讯验证码

wangxin 5 gadi atpakaļ
vecāks
revīzija
71e428aacb
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/view/captcha/captcha.vue

+ 1 - 0
src/view/captcha/captcha.vue

@@ -64,6 +64,7 @@
             this.TencentCaptcha = new window.TencentCaptcha(
             this.TencentCaptcha = new window.TencentCaptcha(
                 getAppId('development'),
                 getAppId('development'),
                 function (res) {/* callback */
                 function (res) {/* callback */
+                    alert(this.isiOS)
                     if (this.isiOS) {
                     if (this.isiOS) {
                         window.webkit.messageHandlers.returnVerificationCode.postMessage(res.ret.toString());
                         window.webkit.messageHandlers.returnVerificationCode.postMessage(res.ret.toString());
                     }
                     }