2 Star 38 Fork 19

iamxcd / 有钱记账uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 850 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
鲜橙哆 提交于 2022-10-21 16:54 . 简化
<style lang="scss">
@import "uview-ui/index.scss";
</style>
<script>
export default {
onLaunch: function() {
},
onShow: function() {
let token = uni.getStorageSync('UserToken')
if (!token) {
} else {
this.$store.dispatch('getUserInfo')
}
},
onHide: function() {
//console.log('App Hide');
},
methods: {
}
};
</script>
<style>
/* 解决头条小程序组件内引入字体不生效的问题 */
/* #ifdef MP-TOUTIAO */
@font-face {
font-family: uniicons;
src: url('/static/uni.ttf');
}
/* #endif */
</style>
<style lang='scss'>
view,
scroll-view,
swiper,
swiper-item,
cover-view,
cover-image,
icon,
text,
rich-text,
progress,
button,
checkbox,
form,
input,
label,
radio,
slider,
switch,
textarea,
navigator,
audio,
camera,
image,
video {
box-sizing: border-box;
}
</style>
1
https://gitee.com/iamxcd/yq-uniapp.git
git@gitee.com:iamxcd/yq-uniapp.git
iamxcd
yq-uniapp
有钱记账uniapp
master

搜索帮助