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

Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/95
This commit is contained in:
gyh 2020-09-10 16:14:22 +08:00
commit 541d8f9f6e
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;