1 Star 0 Fork 11

特别存在可取代 / 万岳互联网医院系统UNIAPP端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
王宁 提交于 2023-09-22 11:22 . first
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
export default {
computed: {
},
globalData: {
qiniuimageurl: "https://edu-qiniu.sdwanyue.com",
appname:'万岳互联网医院',
statusBarHeight:0,
navHeight:0
},
onLaunch: function(option) {
this.globalData.statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
let that = this;
// 获取导航高度;
uni.getSystemInfo({
success: function(res) {
that.globalData.navHeight = res.statusBarHeight * (750 / res.windowWidth) + 91;
}
});
},
onShow() {
},
methods: {
},
onHide: function() {
},
onUnload() {
}
}
</script>
<style>
@import "@/plugin/animate/animate.min.css";
@import 'static/css/base.css';
@import 'static/iconfont/iconfont.css';
@import 'static/iconfont/yyiconfont.css';
@import 'static/css/style.scss';
@import 'static/css/main.scss';
view {
box-sizing: border-box;
}
.bg-color-red {
background-color: #e93323 !important;
}
.syspadding {
padding-top: var(--status-bar-height);
}
.flex {
display: flex;
}
.uni-scroll-view::-webkit-scrollbar {
/* 隐藏滚动条,但依旧具备可以滚动的功能 */
display: none
}
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
::-moz-scrollbar {
width: 0;
height: 0;
color: transparent;
}
.empty-txt {
line-height: 100rpx;
font-size: 22rpx;
color: #999;
text-align: center;
}
.product-con .conter img {
display: block;
}
.open-location {
height: 100vh;
}
uni-tabbar {
bottom: 0;
}
/deep/ uni-tabbar .uni-tabbar__reddot {
background-color: #36cf89 !important;
}
</style>
1
https://gitee.com/specially-replaceable/wanyue-kyhospital-uniapp.git
git@gitee.com:specially-replaceable/wanyue-kyhospital-uniapp.git
specially-replaceable
wanyue-kyhospital-uniapp
万岳互联网医院系统UNIAPP端
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891