Commit 2c41e9ee authored by 张俊's avatar 张俊

问题从充值列表总数

parent f9bf9a51
...@@ -199,6 +199,7 @@ export default { ...@@ -199,6 +199,7 @@ export default {
if(res.data.success){ if(res.data.success){
console.log(res.data.data); console.log(res.data.data);
this.tableData = res.data.data this.tableData = res.data.data
this.total_list = res.data.total
} }
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment