3 Star 0 Fork 0

h1994zz / majiang-unit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangren 提交于 2021-12-30 11:52 . 解析页面
<script>
export default {
onLaunch: function() {
console.log('App Launch');
// setTimeout(() => {
// uni.setTabBarBadge({
// index: 1,
// text: '33'
// });
// uni.showTabBarRedDot({
// index: 3
// });
// }, 1000);
},
onShow: function() {
console.log('App Show');
},
onHide: function() {
console.log('App Hide');
}
};
</script>
<style lang="scss">
/*每个页面公共css */
/* uview-ui */
@import '@/components/uview-ui/index.scss';
/* color-ui */
@import '@/common/stylus/colorui/colorui.css';
@import '@/common/stylus/colorui/icon.css';
</style>
1
https://gitee.com/h1994zz/majiang-unit.git
git@gitee.com:h1994zz/majiang-unit.git
h1994zz
majiang-unit
majiang-unit
master

搜索帮助