size
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getList() {
|
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) {
|
if(res?.data?.records) {
|
||||||
this.signlist = res.data.records
|
this.signlist = res.data.records
|
||||||
}
|
}
|
||||||
@@ -74,10 +74,6 @@ export default {
|
|||||||
}).catch(err=> console.log(err))
|
}).catch(err=> console.log(err))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onReachBottom() {
|
|
||||||
this.current++
|
|
||||||
this.getList()
|
|
||||||
},
|
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '签到'
|
document.title = '签到'
|
||||||
this.getToday()
|
this.getToday()
|
||||||
|
|||||||
Reference in New Issue
Block a user