diff --git a/src/views/renwu/components/record.vue b/src/views/renwu/components/record.vue index ba89221..40ed194 100644 --- a/src/views/renwu/components/record.vue +++ b/src/views/renwu/components/record.vue @@ -208,9 +208,12 @@ export default { page: this.tableData.page, limit: this.tableData.limit }); + + console.log("获取抽奖记录列表", data); + this.tableData.loading = false; - this.tableData.list = data.page.list; - this.tableData.total = data.page.totalCount; + this.tableData.list = data.data.list; + this.tableData.total = data.data.totalCount; } catch (error) { this.tableData.loading = false; console.log(error);