添加返乡记录
@@ -81,10 +81,11 @@ export default {
},
getList() {
- if (this.isMore) return
+ if (this.isMore) return uni.hideLoading()
- this.$instance.post(`/app/appepidemicbackhomerecord/list?openId=${this.user.openId}`, null, {
+ this.$instance.post(`/app/appepidemicbackhomerecord/list`, null, {
params: {
+ openId: this.user.openId,
current: this.current,
size: 15
}