1
This commit is contained in:
parent
f7cd781e06
commit
f9e8c44194
@ -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;
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user