fix
This commit is contained in:
parent
ece95d3636
commit
b0101c380a
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user