Commit 5b6a03b2 authored by zhengke's avatar zhengke

修改

parent 0deca79a
...@@ -17,8 +17,7 @@ ...@@ -17,8 +17,7 @@
display: flex; display: flex;
width: 100%; width: 100%;
margin: 6px auto 0; margin: 6px auto 0;
height: 60px; box-shadow: 0 2px 6px 0 rgba(0,0,0,.03);
max-width: 1160px;
} }
.SearchMain .showbox { .SearchMain .showbox {
...@@ -237,6 +236,7 @@ ...@@ -237,6 +236,7 @@
.SearchMain .search-content { .SearchMain .search-content {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
margin-top:20px;
} }
.wl-section-block { .wl-section-block {
...@@ -568,7 +568,6 @@ ...@@ -568,7 +568,6 @@
margin: 0 auto; margin: 0 auto;
max-width: 1160px; max-width: 1160px;
align-items: center; align-items: center;
box-shadow: 0 2px 6px 0 rgba(0,0,0,.03);
} }
.SearchContent .search-item { .SearchContent .search-item {
display: flex; display: flex;
...@@ -1117,6 +1116,7 @@ ...@@ -1117,6 +1116,7 @@
this.goSearchHandler(); this.goSearchHandler();
}, },
goSearchHandler() { goSearchHandler() {
this.$q.loading.show()
this.DataList = []; this.DataList = [];
let minTripDay = -1, let minTripDay = -1,
maxTripDay = -1, maxTripDay = -1,
...@@ -1170,6 +1170,7 @@ ...@@ -1170,6 +1170,7 @@
this.apipost( this.apipost(
"b2b_get_GetB2BTravelPageList", msg, "b2b_get_GetB2BTravelPageList", msg,
res => { res => {
this.$q.loading.hide()
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.qMsg.PageCount = res.data.data.pageCount; this.qMsg.PageCount = res.data.data.pageCount;
this.qMsg.TotalCount = res.data.data.count; this.qMsg.TotalCount = res.data.data.count;
......
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