Merge pull request '邓洁 : 取消下拉刷新' (#95) from dj into master

Reviewed-on: http://git.feashow.cn/odjbin/city-store-transfer/pulls/95
This commit is contained in:
odjbin
2023-11-20 12:12:00 +00:00
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);
})
},