1 Star 0 Fork 0

项赟 / 傲利小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiangyun 提交于 2023-11-25 16:59 . aoli-min
<script>
export default {
onLaunch: function() {
this.$commonAjax.getSystemConfig();
this.$api.updateVersion();
},
onShow: function() {
var checkLogin = this.$api.checkLogin();
},
onHide: function() {
}
}
</script>
<style lang="scss">
@import 'static/colorui/main.css';
@import 'static/css/zcm-main.css';
@import 'static/css/ali-icon.css';
// 其他scss集成在uni.scss,(变量,class,minix)
page {
-webkit-overflow-scrolling: touch; //ios滑动不流畅
height: 100%;
background: #f6f6f6;
width: 100%;
font-size: 30upx;
font-family: NotoSansHans-Bold;
color: #333;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
display: none;
}
</style>
1
https://gitee.com/xiangyun90/aoli-min.git
git@gitee.com:xiangyun90/aoli-min.git
xiangyun90
aoli-min
傲利小程序
master

搜索帮助