Merge pull request 'gdzb' (#95) from gyh into master
Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/95
This commit is contained in:
commit
541d8f9f6e
5
App.vue
5
App.vue
@ -4,6 +4,11 @@ export default {
|
|||||||
im: {}
|
im: {}
|
||||||
},
|
},
|
||||||
onLaunch: function() {
|
onLaunch: function() {
|
||||||
|
// 禁止旋转
|
||||||
|
// #ifdef APP-PLUS
|
||||||
|
plus.screen.lockOrientation('portrait-primary');
|
||||||
|
// #endif
|
||||||
|
|
||||||
getApp().globalData.im = this.imService
|
getApp().globalData.im = this.imService
|
||||||
console.log('App Launch');
|
console.log('App Launch');
|
||||||
// 缓存token
|
// 缓存token
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
width: 350rpx;
|
width: 350rpx;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
top: 70rpx;
|
top: 70rpx;
|
||||||
left: 31rpx;
|
left: 31rpx;
|
||||||
height: 31rpx;
|
height: 31rpx;
|
||||||
|
Loading…
Reference in New Issue
Block a user