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: {}
|
||||
},
|
||||
onLaunch: function() {
|
||||
// 禁止旋转
|
||||
// #ifdef APP-PLUS
|
||||
plus.screen.lockOrientation('portrait-primary');
|
||||
// #endif
|
||||
|
||||
getApp().globalData.im = this.imService
|
||||
console.log('App Launch');
|
||||
// 缓存token
|
||||
|
@ -139,7 +139,7 @@
|
||||
font-size: 30rpx;
|
||||
color:#fff;
|
||||
width: 350rpx;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 70rpx;
|
||||
left: 31rpx;
|
||||
height: 31rpx;
|
||||
|
Loading…
Reference in New Issue
Block a user