fix
This commit is contained in:
parent
b7eacd1606
commit
826fa0bf48
@ -78,6 +78,7 @@ export default {
|
||||
}
|
||||
}
|
||||
};
|
||||
setTimeout(() => {
|
||||
if (window.plus) {
|
||||
if (plus?.webview.getWebviewById("wv").tokenScan) {
|
||||
paintingDetail();
|
||||
@ -87,7 +88,7 @@ export default {
|
||||
paintingDetail();
|
||||
}
|
||||
}
|
||||
console.log("v1");
|
||||
}, 200);
|
||||
},
|
||||
onShow: function () {},
|
||||
onHide: function () {
|
||||
|
@ -9,7 +9,18 @@
|
||||
}
|
||||
},
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
|
||||
{
|
||||
"path": "pages/login/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"enablePullDownRefresh": false
|
||||
},
|
||||
"app-plus" : {
|
||||
"splashscreen" : {
|
||||
"alwaysShowBeforeRender" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
@ -17,13 +28,7 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/login/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/painting/index",
|
||||
"style": {
|
||||
|
Loading…
Reference in New Issue
Block a user