This commit is contained in:
Aiden 2024-10-24 15:50:21 +08:00
parent b7eacd1606
commit 826fa0bf48
2 changed files with 23 additions and 17 deletions

View File

@ -78,6 +78,7 @@ export default {
} }
} }
}; };
setTimeout(() => {
if (window.plus) { if (window.plus) {
if (plus?.webview.getWebviewById("wv").tokenScan) { if (plus?.webview.getWebviewById("wv").tokenScan) {
paintingDetail(); paintingDetail();
@ -87,7 +88,7 @@ export default {
paintingDetail(); paintingDetail();
} }
} }
console.log("v1"); }, 200);
}, },
onShow: function () {}, onShow: function () {},
onHide: function () { onHide: function () {

View File

@ -9,7 +9,18 @@
} }
}, },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
},
"app-plus" : {
"splashscreen" : {
"alwaysShowBeforeRender" : false
}
}
},
{ {
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
@ -17,13 +28,7 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{ {
"path": "pages/painting/index", "path": "pages/painting/index",
"style": { "style": {