Commit 68cf57d3 authored by 沈良进's avatar 沈良进

接送机,包车服务

parent 7b28d2f0
...@@ -731,9 +731,10 @@ export default { ...@@ -731,9 +731,10 @@ export default {
this.$q.loading.hide(); this.$q.loading.hide();
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.PageCount = res.data.data.pageCount; this.PageCount = res.data.data.List.pageCount;
this.TotalCount = res.data.data.count; this.TotalCount = res.data.data.List.count;
var tempArray = res.data.data.pageData; var tempArray = res.data.data.List.pageData;
console.log('getSearch data', tempArray)
if (tempArray && tempArray.length > 0) { if (tempArray && tempArray.length > 0) {
// tempArray.forEach(item => { // tempArray.forEach(item => {
// if (item.imgCover && item.imgCover != "") { // if (item.imgCover && item.imgCover != "") {
......
...@@ -99,6 +99,9 @@ ...@@ -99,6 +99,9 @@
.f26 { .f26 {
font-size: 26px; font-size: 26px;
} }
.f36 {
font-size: 36px;
}
.text-center { .text-center {
text-align: center; text-align: center;
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment