1 Star 0 Fork 73

eiby_shenzhen / uv-ui

forked from Lee / uv-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lee 提交于 2023-08-13 16:39 . uv-pick-color颜色选择器修改优化
<script>
import { fetchMenu } from '@/common/api.js';
export default {
onLaunch: function() {
console.log('App Launch')
// this.getHttpData();
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
},
methods: {
async getHttpData() {
const res = await fetchMenu();
console.log(res)
}
}
}
</script>
<style lang="scss">
/* #ifndef APP-NVUE */
@import "@/static/iconfont.css";
/* #endif */
@import '@/uni_modules/uv-ui-tools/index.scss';
@import "@/common/demo.scss";
/*每个页面公共css */
.uv-page {
padding: 15px 15px 40px;
}
.uv-demo-block {
margin-bottom: 22px;
}
.uv-demo-block__title {
font-size: 14px;
color: #8f9ca2;
margin-bottom: 8px;
}
</style>
1
https://gitee.com/wistorm/uv-ui.git
git@gitee.com:wistorm/uv-ui.git
wistorm
uv-ui
uv-ui
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891