|
@@ -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;
|
|
@@ -37,3 +37,5 @@ class QQCommon {
|
|
|
return systemInfo;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+module.exports = QQCommon.getInstance();
|