Explorar o código

腾讯验证码

wangxin %!s(int64=5) %!d(string=hai) anos
pai
achega
71e428aacb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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());
                     }