diff --git a/src/project/qianxinan/AppSignIn/AppSignIn.vue b/src/project/qianxinan/AppSignIn/AppSignIn.vue index 1adc93a9..74346414 100644 --- a/src/project/qianxinan/AppSignIn/AppSignIn.vue +++ b/src/project/qianxinan/AppSignIn/AppSignIn.vue @@ -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()