修改湖畔好店页面商家数据显示不全的问题
This commit is contained in:
parent
cc30b85288
commit
6b9ad175d6
@ -137,8 +137,8 @@ export default {
|
||||
currentIndex: 0,
|
||||
checkedItems: [false, false, false, false],
|
||||
address: "",
|
||||
page_size: "10",
|
||||
page_num: "1",
|
||||
page_size: 10,
|
||||
page_num: 1,
|
||||
flag: false,
|
||||
merchatList: [],
|
||||
};
|
||||
@ -231,7 +231,7 @@ export default {
|
||||
});
|
||||
|
||||
if (res.rows.length == this.page_size) {
|
||||
this.page_num = this.page_num + 1;
|
||||
this.page_size = this.page_size + 10;
|
||||
this.flag = true;
|
||||
} else {
|
||||
this.flag = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user