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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -95,6 +95,7 @@
|
||||
console.log('查询');
|
||||
this.shopInfoList = [...this.shopInfoList, ...res.data.data]
|
||||
}
|
||||
uni.stopPullDownRefresh()
|
||||
console.log(this.shopInfoList);
|
||||
})
|
||||
},
|
||||
|
||||
@@ -94,6 +94,7 @@
|
||||
console.log('查询');
|
||||
this.searchInfoList = [...this.searchInfoList, ...res.data.data]
|
||||
}
|
||||
uni.stopPullDownRefresh()
|
||||
console.log(this.searchInfoList);
|
||||
})
|
||||
},
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
@@ -88,7 +88,7 @@
|
||||
console.log('查询');
|
||||
this.shopInfoList = [...this.shopInfoList, ...res.data.data]
|
||||
}
|
||||
|
||||
uni.stopPullDownRefresh()
|
||||
console.log(this.shopInfoList);
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user