Merge pull request '邓洁 : 分页' (#103) from dj into master

Reviewed-on: http://git.feashow.cn/odjbin/city-store-transfer/pulls/103
This commit is contained in:
odjbin
2023-11-22 02:49:23 +00:00
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@
return { return {
adlinkPath: "/pages/publish/publishRent/publishRent", adlinkPath: "/pages/publish/publishRent/publishRent",
shopInfoList: [], shopInfoList: [],
pageSize: 5, pageSize: 8,
pageNum: 1, pageNum: 1,
customQuery: {}, customQuery: {},
shopListLength: '', shopListLength: '',

View File

@@ -34,7 +34,7 @@
return { return {
adlinkPath: "/pages/publish/publishInvestment/publishInvestment", adlinkPath: "/pages/publish/publishInvestment/publishInvestment",
shopInfoList: [], shopInfoList: [],
pageSize: 5, pageSize: 8,
pageNum: 1, pageNum: 1,
customQuery: {}, customQuery: {},
shopListLength: '', shopListLength: '',

View File

@@ -32,7 +32,7 @@
}, },
data() { data() {
return { return {
pageSize: 5, pageSize: 8,
pageNum: 1, pageNum: 1,
searchInfoList: [], searchInfoList: [],
customQuery: {}, customQuery: {},

View File

@@ -33,7 +33,7 @@
data() { data() {
return { return {
shopInfoList: [], shopInfoList: [],
pageSize: 3, pageSize: 8,
pageNum: 1, pageNum: 1,
customQuery: {}, customQuery: {},
shopListLength: '', shopListLength: '',

View File

@@ -29,7 +29,7 @@
}, },
data() { data() {
return { return {
pageSize: 4, pageSize: 8,
pageNum: 1, pageNum: 1,
searchInfoList: [], searchInfoList: [],
swiperList: [], swiperList: [],

View File

@@ -30,7 +30,7 @@
}, },
data() { data() {
return { return {
pageSize: 4, pageSize: 8,
pageNum: 1, pageNum: 1,
shopInfoList: [], shopInfoList: [],
customQuery: {}, customQuery: {},