size
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getList() {
|
||||
this.$http.post(`/api/appwechatsigninfo/listByWxUserId?current=${this.current}`).then(res=> {
|
||||
this.$http.post(`/api/appwechatsigninfo/listByWxUserId?current=${this.current}&size=3000`).then(res=> {
|
||||
if(res?.data?.records) {
|
||||
this.signlist = res.data.records
|
||||
}
|
||||
@@ -74,10 +74,6 @@ export default {
|
||||
}).catch(err=> console.log(err))
|
||||
}
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current++
|
||||
this.getList()
|
||||
},
|
||||
onShow() {
|
||||
document.title = '签到'
|
||||
this.getToday()
|
||||
|
||||
Reference in New Issue
Block a user