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