1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user