Browse Source

腾讯验证码

wangxin 5 years atrás
parent
commit
71e428aacb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/view/captcha/captcha.vue

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

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