mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化预交费分页问题
This commit is contained in:
parent
4e75a4efe9
commit
0fdbd77160
@ -30,8 +30,8 @@
|
||||
|
||||
var param = {
|
||||
params: {
|
||||
page: 1,
|
||||
row: 10,
|
||||
page: _page,
|
||||
row: _rows,
|
||||
communityId: vc.getCurrentCommunity().communityId
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user