23 Star 239 Fork 37

Kit / WordPress小程序新模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
/**
* Date : 2019.12.01
* Author : 丸子团队(波波、Chi、ONLINE.信)
* Github 地址: https://github.com/dchijack/Travel-Mini-Program
* GiTee 地址: https://gitee.com/izol/Travel-Mini-Program
*/
const API = require('/utils/base')
App({
onLaunch: function () {
API.login();
// 获取系统状态栏信息
wx.getSystemInfo({
success: e => {
this.globalData.StatusBar = e.statusBarHeight;
this.globalData.CustomBar = e.platform == 'android' ? e.statusBarHeight + 50 : e.statusBarHeight + 45;
}
})
},
onShow: function () {
this.globalData.user = API.getUser();
},
globalData: {
user: '',
StatusBar: '',
CustomBar: ''
}
})
JavaScript
1
https://gitee.com/izol/wanzi.git
git@gitee.com:izol/wanzi.git
izol
wanzi
WordPress小程序新模板
master

搜索帮助