1 Star 0 Fork 16

wusaneryi / 爱看VIP

forked from 小灰熊 / 爱看VIP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
小灰熊 提交于 2020-03-24 18:21 . 初始化项目
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
@import url("./colorui/icon.css");
@import url("./colorui/main.css");
/*每个页面公共css */
.content{
width: 100%;
height: 100%;
background-color: #EEEEEE;
}
</style>
JavaScript
1
https://gitee.com/wusaneryi/love_watching_vip.git
git@gitee.com:wusaneryi/love_watching_vip.git
wusaneryi
love_watching_vip
爱看VIP
master

搜索帮助