fix
This commit is contained in:
parent
c0c78d7abd
commit
b7eacd1606
19
src/App.vue
19
src/App.vue
@ -78,17 +78,16 @@ export default {
|
||||
}
|
||||
}
|
||||
};
|
||||
setTimeout(() => {
|
||||
if (window.plus) {
|
||||
if (plus?.webview.getWebviewById("wv").tokenScan) {
|
||||
paintingDetail();
|
||||
}
|
||||
} else {
|
||||
if (uni.getStorageSync("store-token")) {
|
||||
paintingDetail();
|
||||
}
|
||||
if (window.plus) {
|
||||
if (plus?.webview.getWebviewById("wv").tokenScan) {
|
||||
paintingDetail();
|
||||
}
|
||||
}, 200);
|
||||
} else {
|
||||
if (uni.getStorageSync("store-token")) {
|
||||
paintingDetail();
|
||||
}
|
||||
}
|
||||
console.log("v1");
|
||||
},
|
||||
onShow: function () {},
|
||||
onHide: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user