1 Star 0 Fork 30

geekMan/猜歌游戏

forked from DCloud/猜歌游戏 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
xmanne 提交于 2021-10-29 17:22 . 新增自动绑定上下级关系
<script>
import updateVersion from '@/uni_modules/uni-upgrade-center-app/utils/check-update'
export default {
onLaunch: function() {
console.log('App Launch')
updateVersion()//检查更新
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
},
}
</script>
<style>
uni-page-body,
#app {
height: 100%;
font-weight: bold;
}
element.style {
width: 28px;
height: 35px;
}
* {
box-sizing: border-box;
}
/*每个页面公共css */
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geek-man/song-guessing-game.git
git@gitee.com:geek-man/song-guessing-game.git
geek-man
song-guessing-game
猜歌游戏
master

搜索帮助