Commit 3a5db2dd authored by haiyoucuv's avatar haiyoucuv

ossInfo.txt

parent c7cd4d55
...@@ -51,8 +51,9 @@ export class HomeScene extends Scene { ...@@ -51,8 +51,9 @@ export class HomeScene extends Scene {
clickStart = _asyncThrottle(async () => { clickStart = _asyncThrottle(async () => {
const isTest = location.href.indexOf("credits-test") > -1 || location.href.indexOf("172") > -1;
if(!store.miniAppQuery.entryTokenId) { if(!store.miniAppQuery.entryTokenId && !isTest) {
showPanel(ErrorPanel, { code: 400001 }); showPanel(ErrorPanel, { code: 400001 });
return; return;
} }
......
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