This commit is contained in:
zmr900709
2020-08-20 14:23:21 +08:00
parent 30539ddf64
commit c81ee7e961
10 changed files with 50 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view>
<view id="viewes" :style="{height : height + 'px'}">
<!-- 公告咨询 -->
<notice :list="list"></notice>
</view>
@@ -15,6 +15,13 @@
},
onLoad() {
this.informationList();
var _that = this
uni.getSystemInfo({
success: function (res) {
console.log(res.windowHeight);
_that.height = res.windowHeight
}
});
},
methods: {
titletext() {},
@@ -36,7 +43,9 @@
page {
background-color: #ECECEC;
}
#viewes{
background: #ECECEC;
}
.sousuo {
height: 113rpx;
border: 1px #f00 solid;