2 Star 4 Fork 6

成都市一颗优雅草科技有限公司 / qingting-s-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
WuKong 提交于 2021-03-11 16:00 . 插件调试
<script>
// #ifdef APP-PLUS
import APPUpdate from "@/js_sdk/zhouWei-APPUpdate/APPUpdate"
// #endif
export default {
onLaunch: function() {
console.log('App Launch')
// #ifdef APP-PLUS
APPUpdate()
// #endif
// 保持屏幕常亮
uni.setKeepScreenOn({
keepScreenOn: true
})
const systemInfo = uni.getSystemInfoSync()
this.$store.commit('setSystemInfo', systemInfo)
},
onShow: function() {
console.log('App Show')
// this.$store.commit('setAppHide', false)
},
onHide: function() {
console.log('App Hide')
// this.$store.commit('setAppHide', true)
}
}
</script>
<style lang="scss">
/*每个页面公共css */
// #ifndef APP-PLUS-NVUE
@import "uview-ui/index.scss";
// #endif
</style>
1
https://gitee.com/youyacao/qingting-s-uniapp.git
git@gitee.com:youyacao/qingting-s-uniapp.git
youyacao
qingting-s-uniapp
qingting-s-uniapp
master

搜索帮助