This commit is contained in:
shijingjing
2023-02-03 18:40:12 +08:00
parent 7430bf8150
commit d62e03ac06

View File

@@ -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()