|
@@ -123,7 +123,7 @@ Page({
|
|
|
// if (model == "#Binding") id = this.data.detail.sa_logistics_boxid;
|
|
|
if (total == null || init) {
|
|
|
Component.getList(id, init);
|
|
|
- } else if (pageNumber < pageTotal) {
|
|
|
+ } else if (pageNumber <= pageTotal) {
|
|
|
Component.getList(id, false);
|
|
|
}
|
|
|
}
|