This commit is contained in:
2023-11-17 16:11:55 +08:00
parent e594b340e5
commit 9051ddace1
5 changed files with 24 additions and 21 deletions

View File

@@ -61,6 +61,11 @@ Page({
mask :true,
duration:2000
})
setTimeout(()=>{
this.setData({
loading:false
})
},3000)
})
},
onPullDownRefresh(){

View File

@@ -62,8 +62,8 @@ page {
margin-right: 20rpx;
margin-bottom: 20rpx;
border-radius: 10rpx;
width: calc(100vw/3 - 20px);
height: calc(100vw/3 - 20px);
width: calc(100vw/3 - 34px);
height: calc(100vw/3 - 34px);
}
.cont-img-list2{
@@ -78,8 +78,8 @@ page {
margin-right: 20rpx;
margin-bottom: 20rpx;
border-radius: 10rpx;
width: calc(100vw/2.2 - 20px);
height: calc(100vw/2.2 - 20px);
width: calc(100vw/2.2 - 30px);
height: calc(100vw/2.2 - 30px);
}
.cont-video{