mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
4e9dc9e430
commit
0fa88f85d3
@ -47,7 +47,7 @@
|
||||
var _accountManageInfo = JSON.parse(json);
|
||||
vc.component.accountManageInfo.total = _accountManageInfo.total;
|
||||
vc.component.accountManageInfo.records = _accountManageInfo.records;
|
||||
vc.component.accountManageInfo.shopAccounts = _accountManageInfo.data;
|
||||
vc.component.accountManageInfo.accounts = _accountManageInfo.data;
|
||||
vc.emit('pagination', 'init', {
|
||||
total: vc.component.accountManageInfo.records,
|
||||
currentPage: _page
|
||||
|
||||
Loading…
Reference in New Issue
Block a user