Pārlūkot izejas kodu

腾讯验证码

wangxin 5 gadi atpakaļ
vecāks
revīzija
6cc0154cbe
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/view/captcha/captcha.vue

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

@@ -63,7 +63,7 @@
             this.phone = location.href.split('?')[1].split('=')[1];
             this.phone = location.href.split('?')[1].split('=')[1];
             this.number = this.phone.substring(0, 3) + ' ' + this.phone.substring(3, 7) + ' ' + this.phone.substring(7, 11);
             this.number = this.phone.substring(0, 3) + ' ' + this.phone.substring(3, 7) + ' ' + this.phone.substring(7, 11);
             this.TencentCaptcha = new window.TencentCaptcha(
             this.TencentCaptcha = new window.TencentCaptcha(
-                getAppId(),
+                getAppId('development'),
                 function (res) {/* callback */
                 function (res) {/* callback */
                     window.webkit.messageHandlers.returnVerificationCode.postMessage(res.ret);
                     window.webkit.messageHandlers.returnVerificationCode.postMessage(res.ret);
                     if (this.isiOS) {
                     if (this.isiOS) {