1 Star 0 Fork 38

yvanme/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: ''
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yvanme/wanzi.git
git@gitee.com:yvanme/wanzi.git
yvanme
wanzi
WordPress小程序新模板
master

搜索帮助