邓洁 : 取消下拉刷新

This commit is contained in:
邓洁
2023-11-20 20:11:38 +08:00
parent 770fc4137a
commit aaee754194
6 changed files with 77 additions and 65 deletions

View File

@@ -95,6 +95,7 @@
console.log('查询');
this.shopInfoList = [...this.shopInfoList, ...res.data.data]
}
uni.stopPullDownRefresh()
console.log(this.shopInfoList);
})
},
@@ -117,6 +118,7 @@
page {
background-color: #F8F8F8;
}
.showNull {
display: flex;
align-items: center;
@@ -124,6 +126,7 @@
height: 100rpx;
color: darkgray;
}
.marginLR10 {
margin: 0 10px;
}

View File

@@ -95,6 +95,7 @@
console.log('查询');
this.shopInfoList = [...this.shopInfoList, ...res.data.data]
}
uni.stopPullDownRefresh()
console.log(this.shopInfoList);
})
},

View File

@@ -94,6 +94,7 @@
console.log('查询');
this.searchInfoList = [...this.searchInfoList, ...res.data.data]
}
uni.stopPullDownRefresh()
console.log(this.searchInfoList);
})
},

View File

@@ -95,6 +95,7 @@
this.shopInfoList = [...this.shopInfoList, ...res.data.data]
}
console.log(this.shopInfoList);
uni.stopPullDownRefresh()
})
},
getQueryInfo(query) {
@@ -116,6 +117,7 @@
page {
background-color: #F8F8F8;
}
.showNull {
display: flex;
align-items: center;
@@ -123,6 +125,7 @@
height: 100rpx;
color: darkgray;
}
.marginLR10 {
margin: 0 10px;
}

View File

@@ -89,6 +89,7 @@
this.searchInfoList = [...this.searchInfoList, ...res.data.data]
}
console.log(this.searchInfoList);
uni.stopPullDownRefresh()
})
},
getQueryInfo(query) {
@@ -116,12 +117,15 @@
height: 100rpx;
color: darkgray;
}
page {
background-color: $uni-bg-color-grey;
}
.root {
position: relative;
}
.dropdown-bug {
position: absolute;
background-color: $uni-bg-color-grey;
@@ -130,8 +134,8 @@
transform: translateY(-20rpx);
z-index: 2;
}
.marginLR10 {
margin: 0 10px;
}
</style>

View File

@@ -88,7 +88,7 @@
console.log('查询');
this.shopInfoList = [...this.shopInfoList, ...res.data.data]
}
uni.stopPullDownRefresh()
console.log(this.shopInfoList);
})
},