sa 6 роки тому
батько
коміт
64aaaa1aa1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      assets/Script/QQCommon.js

+ 1 - 1
assets/Script/QQCommon.js

@@ -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;