fix
This commit is contained in:
parent
c0c78d7abd
commit
b7eacd1606
@ -78,7 +78,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
setTimeout(() => {
|
|
||||||
if (window.plus) {
|
if (window.plus) {
|
||||||
if (plus?.webview.getWebviewById("wv").tokenScan) {
|
if (plus?.webview.getWebviewById("wv").tokenScan) {
|
||||||
paintingDetail();
|
paintingDetail();
|
||||||
@ -88,7 +87,7 @@ export default {
|
|||||||
paintingDetail();
|
paintingDetail();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 200);
|
console.log("v1");
|
||||||
},
|
},
|
||||||
onShow: function () {},
|
onShow: function () {},
|
||||||
onHide: function () {
|
onHide: function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user