|
@@ -32,11 +32,17 @@ export default {
|
|
|
dic_SelectList:[],
|
|
|
params: {
|
|
|
pageNum: 1,
|
|
|
- pageSize: 10,
|
|
|
+ pageSize: 5,
|
|
|
userId: getUserLocalStorageInfo().userId
|
|
|
},
|
|
|
}
|
|
|
},
|
|
|
+ onPullDownRefresh() {
|
|
|
+ this.getByCodes()
|
|
|
+ setTimeout(function () {
|
|
|
+ uni.stopPullDownRefresh();
|
|
|
+ }, 1000);
|
|
|
+ },
|
|
|
onShow(){
|
|
|
this.getByCodes()
|
|
|
},
|
|
@@ -129,6 +135,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
+ padding-bottom: 36rpx;
|
|
|
.customLi{
|
|
|
background: white;
|
|
|
width: 686rpx;
|