@@ -4,7 +4,7 @@ class QQCommon {
}
static getInstance() {
- if (!QQCommon.instance && CC_WECHATGAME) {
+ if (!QQCommon.instance && CC_QQPLAY) {
QQCommon.instance = new QQCommon();
return QQCommon.instance;