Ver código fonte

腾讯验证码

wangxin 5 anos atrás
pai
commit
71e428aacb
1 arquivos alterados com 1 adições e 0 exclusões
  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());
                     }