fix
This commit is contained in:
parent
b7eacd1606
commit
826fa0bf48
@ -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 () {
|
||||||
|
@ -9,7 +9,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"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",
|
"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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user