Commit 5b6a03b2 authored by zhengke's avatar zhengke

修改

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