Commit 4abf57c0 authored by wildfirecode13's avatar wildfirecode13

u

parent 599f4585
......@@ -124,7 +124,7 @@
"credits": 111111,
"needCredits": 110,
"type": 2,
"isMember":1
"vip":1
},
"message": null,
"success": true
......
......@@ -83,7 +83,7 @@ export class Main {
//加载通用资源
await RES.loadGroup("common");
await RES.loadGroup("svga");
await sendWebNet(WebNetName.index);
await sendWebNet(WebNetName.index,{isShare:getQueryParams().issharepage ? 1:0});
console.log("通用资源加载完成")
//h5环境时,隐藏加载中
if (FYGE.getEnv() == "web" && document.getElementById("__loading__")) document.getElementById("__loading__").style.display = "none";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment