Bläddra i källkod

腾讯验证码

wangxin 5 år sedan
förälder
incheckning
71e428aacb
1 ändrade filer med 1 tillägg och 0 borttagningar
  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());
                     }