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