最初版本 合并

This commit is contained in:
2020-08-08 15:09:56 +08:00
parent ceb2b8084d
commit 74a9778a62
4 changed files with 227 additions and 19 deletions

View File

@@ -1,6 +1,10 @@
<script>
export default {
globalData: {
im: {}
},
onLaunch: function() {
getApp().globalData.im = this.imService
console.log('App Launch');
},
onShow: function() {
@@ -15,4 +19,4 @@ export default {
<style lang="scss">
/*每个页面公共css */
@import 'uview-ui/index.scss';
</style>
</style>