1
This commit is contained in:
parent
52d36d8eff
commit
ef486c4ff3
@ -7,7 +7,7 @@
|
|||||||
<view class="info-box notice-detail" v-if="viewMy">
|
<view class="info-box notice-detail" v-if="viewMy">
|
||||||
<view class="detail-title">已报名:{{allImgNum||0}}人</view>
|
<view class="detail-title">已报名:{{allImgNum||0}}人</view>
|
||||||
<view class="image-box" v-if="imageArray.length>0"
|
<view class="image-box" v-if="imageArray.length>0"
|
||||||
:style="{height:(imageArray.length*(imageWidth*2))+'rpx'}">
|
:style="{height:(imageArray.length*((imageWidth-15)*2))+'rpx'}">
|
||||||
<view class="image-row" v-for="(row,rowIndex) in imageArray">
|
<view class="image-row" v-for="(row,rowIndex) in imageArray">
|
||||||
<image v-for="(item,i) in row" v-if="!item"
|
<image v-for="(item,i) in row" v-if="!item"
|
||||||
:style="{ top:(imageWidth+10)*rowIndex+'rpx',left:imageWidth*i+'rpx'}"
|
:style="{ top:(imageWidth+10)*rowIndex+'rpx',left:imageWidth*i+'rpx'}"
|
||||||
|
@ -234,6 +234,7 @@
|
|||||||
* 下拉刷新数据
|
* 下拉刷新数据
|
||||||
*/
|
*/
|
||||||
onRefresherrefresh() {
|
onRefresherrefresh() {
|
||||||
|
console.log("刷新")
|
||||||
let queryData = {}
|
let queryData = {}
|
||||||
if (this.menuIndex == 0) {
|
if (this.menuIndex == 0) {
|
||||||
queryData = this.waitingParams
|
queryData = this.waitingParams
|
||||||
@ -343,7 +344,7 @@
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
border-top: 1rpx solid #F4F4F4;
|
border-top: 1rpx solid #F4F4F4;
|
||||||
height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 195rpx);
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #F2F2F2;
|
background-color: #F2F2F2;
|
||||||
@ -388,7 +389,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.data-list-box {
|
.data-list-box {
|
||||||
flex: 1;
|
height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 270rpx);
|
||||||
padding: 20rpx 30rpx;
|
padding: 20rpx 30rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user