171 Star 2K Fork 360

report / ReportPlus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
howcode 提交于 2023-03-31 16:53 . 修改信息
<!--
作者:howcode
联系方式:1051495009@qq.com
-->
<script>
export default {
mpType: 'app',
onLaunch() {
this.$Common.checkUpdateVersion();
},
onShow() {
console.log('App Show');
},
onHide() {
console.log('App Hide');
},
}
</script>
<style>
/*每个页面公共css */
@import "./static/css/common.wxss";
@import "./static/css/icon.wxss";
@import "./static/css/icon_ui.wxss";
</style>
JavaScript
1
https://gitee.com/ureport/ReportPlus.git
git@gitee.com:ureport/ReportPlus.git
ureport
ReportPlus
ReportPlus
master

搜索帮助