fix
This commit is contained in:
parent
ece95d3636
commit
b0101c380a
@ -121,10 +121,12 @@ onLoad((options) => {
|
|||||||
state.id = options.id;
|
state.id = options.id;
|
||||||
state.pid = options.pid;
|
state.pid = options.pid;
|
||||||
// 已经登录了
|
// 已经登录了
|
||||||
if (plus?.webview.getWebviewById("wv").tokenScan) {
|
setTimeout(() => {
|
||||||
paintingDetail();
|
if (plus?.webview.getWebviewById("wv").tokenScan) {
|
||||||
getBtngetRules();
|
paintingDetail();
|
||||||
}
|
getBtngetRules();
|
||||||
|
}
|
||||||
|
}, 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user