Merge pull request 'gdzb' (#95) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/95
This commit was merged in pull request #95.
This commit is contained in:
gyh
2020-09-10 16:14:22 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -139,7 +139,7 @@
font-size: 30rpx;
color:#fff;
width: 350rpx;
position: fixed;
position: absolute;
top: 70rpx;
left: 31rpx;
height: 31rpx;