소스 검색

腾讯验证码

wangxin 5 년 전
부모
커밋
71e428aacb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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());
                     }