1 Star 0 Fork 127

ryvius_key / 学生报备系统

forked from DCloud / 学生报备系统 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ran 提交于 2020-02-07 21:47 . 大完善:注册、学号、管理等问题
<script>
export default {
onLaunch: function() {
console.log('App Launch')
uni.setStorageSync('school','执信小学')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
@import './common/uni.css';
@import './common/my.css';
</style>
JavaScript
1
https://gitee.com/ryvius_key/xinguan2020-xuesheng.git
git@gitee.com:ryvius_key/xinguan2020-xuesheng.git
ryvius_key
xinguan2020-xuesheng
学生报备系统
master

搜索帮助