This commit is contained in:
Aiden 2024-10-24 15:45:52 +08:00
parent c0c78d7abd
commit b7eacd1606

View File

@ -78,17 +78,16 @@ export default {
} }
} }
}; };
setTimeout(() => { if (window.plus) {
if (window.plus) { if (plus?.webview.getWebviewById("wv").tokenScan) {
if (plus?.webview.getWebviewById("wv").tokenScan) { paintingDetail();
paintingDetail();
}
} else {
if (uni.getStorageSync("store-token")) {
paintingDetail();
}
} }
}, 200); } else {
if (uni.getStorageSync("store-token")) {
paintingDetail();
}
}
console.log("v1");
}, },
onShow: function () {}, onShow: function () {},
onHide: function () { onHide: function () {