|
@@ -37,8 +37,10 @@ export default {
|
|
|
},
|
|
},
|
|
|
onLoad: function (option) {
|
|
onLoad: function (option) {
|
|
|
|
|
|
|
|
|
|
+ // #ifdef APP-PLUS
|
|
|
//横屏锁定
|
|
//横屏锁定
|
|
|
plus.screen.lockOrientation('landscape')
|
|
plus.screen.lockOrientation('landscape')
|
|
|
|
|
+ // #endif
|
|
|
|
|
|
|
|
this.option = option || null
|
|
this.option = option || null
|
|
|
if (option.token) {
|
|
if (option.token) {
|