优化预交费分页问题

This commit is contained in:
java110 2020-11-26 09:09:24 +08:00
parent 4e75a4efe9
commit 0fdbd77160

View File

@ -30,8 +30,8 @@
var param = {
params: {
page: 1,
row: 10,
page: _page,
row: _rows,
communityId: vc.getCurrentCommunity().communityId
}
};