1 Star 0 Fork 12

644504719qq/小破盘(云盘)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
<script>
/*每个页面公共css */
// import "./static/font/iconfont.css"
export default {
onLaunch: function() {
console.log('App Launch')
// 页面初始化完成时,获取手机系统栏的高度
uni.getSystemInfo({
success: res => {
// 仅在app和h5出现
// #ifdef APP-PLUS || H5
this.$store.commit('setSystemBarHeight', res.statusBarHeight);
// #endif
// #ifdef MP-WEIXIN
let custom = wx.getMenuButtonBoundingClientRect()
this.$store.commit('setSystemBarHeight', custom.bottom + custom.top - res.statusBarHeight);
// #endif
}
});
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
@import url("./static/icon/iconfont.ttf");
/* @import url("./static/icon/iconfont.wxss"); */
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/644504719/cloud-disk.git
git@gitee.com:644504719/cloud-disk.git
644504719
cloud-disk
小破盘(云盘)
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385