This commit is contained in:
1154079537 2024-05-11 18:07:21 +08:00
parent f7cd781e06
commit f9e8c44194
2 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,7 @@
top: calc(82rpx + var(--status-bar-height));
padding: 0rpx 20rpx;
background-color: #fff;
transition: height .7s;
transition: height .5s;
overflow: hidden;
margin-bottom: 20rpx;

View File

@ -25,7 +25,6 @@
background-color: #fff;
transition: height .7s;
overflow: hidden;
margin-bottom: 20rpx;
.wholeSale-nav {
display: flex;
@ -448,13 +447,13 @@
this.storeMerchantList();
},
onReachBottom() {
this.storeMerchantList();
// this.storeMerchantList();
},
onPageScroll() {
uni.$emit('scroll');
},
onPullDownRefresh() {
this.storeMerchantList(true);
// this.storeMerchantList(true);
},
methods: {
scrolltoupper() {
@ -466,6 +465,8 @@
},
onScroll(e) {
console.log(e);
if (this.scrollTop >= e.target.scrollTop) { //
this.wrapHeight = 300;
} else {