This commit is contained in:
Aiden 2024-10-22 16:25:34 +08:00
parent ece95d3636
commit b0101c380a

View File

@ -121,10 +121,12 @@ onLoad((options) => {
state.id = options.id;
state.pid = options.pid;
//
if (plus?.webview.getWebviewById("wv").tokenScan) {
paintingDetail();
getBtngetRules();
}
setTimeout(() => {
if (plus?.webview.getWebviewById("wv").tokenScan) {
paintingDetail();
getBtngetRules();
}
}, 200);
}
/*