diff --git a/src/index.ts b/src/index.ts index 4cc5437..537c4c2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -100,8 +100,8 @@ class CallApp { evokeByLocation(this.generateUniversalLink(config)); } // Android - // 在微信中且配置了应用宝链接 - } else if (Browser.isWechat && typeof this.options.yingyongbao !== 'undefined') { + // 在微信、QQ中且配置了应用宝链接 + } else if ((Browser.isWechat || Browser.isQQ) && typeof this.options.yingyongbao !== 'undefined') { evokeByLocation(this.generateYingYongBao(config)); } else if (Browser.isOriginalChrome) { if (typeof intent !== 'undefined') {