Commit a81c6c73 by liangjianmin

css

parent af4fd6ee
...@@ -46,9 +46,7 @@ ...@@ -46,9 +46,7 @@
font-size: 26rpx; font-size: 26rpx;
color: #404547; color: #404547;
margin-right: 44rpx; margin-right: 44rpx;
.num {
display: none;
}
&.curr { &.curr {
font-size: 32rpx; font-size: 32rpx;
color: #1e2021; color: #1e2021;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
} }
} }
} }
.tab { .tab {
padding: 0 24rpx; padding: 0 24rpx;
margin-top: 38rpx; margin-top: 38rpx;
margin-bottom: 38rpx; margin-bottom: 38rpx;
...@@ -29,10 +29,7 @@ ...@@ -29,10 +29,7 @@
position: relative; position: relative;
font-size: 26rpx; font-size: 26rpx;
color: #404547; color: #404547;
margin-right: 44rpx; margin-right: 44rpx;
.num {
display: none;
}
&.curr { &.curr {
font-size: 32rpx; font-size: 32rpx;
color: #1e2021; color: #1e2021;
...@@ -163,4 +160,3 @@ ...@@ -163,4 +160,3 @@
font-weight: bold; font-weight: bold;
} }
} }
...@@ -137,7 +137,7 @@ export default { ...@@ -137,7 +137,7 @@ export default {
).then(res => { ).then(res => {
if (res.err_code === 0) { if (res.err_code === 0) {
if (res.data.data.length > 0) { if (res.data.data.length > 0) {
this.total = res.data.total; this.total = res.data.wait_handle_num;
this.list = this.list.concat(res.data.data); this.list = this.list.concat(res.data.data);
} else { } else {
this.flag = true; this.flag = true;
......
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
).then(res => { ).then(res => {
if (res.err_code === 0) { if (res.err_code === 0) {
if (res.data.data.length > 0) { if (res.data.data.length > 0) {
this.total = res.data.total; this.total = res.data.wait_handle_num;
this.list = this.list.concat(res.data.data); this.list = this.list.concat(res.data.data);
} else { } else {
this.flag = true; this.flag = true;
......
const API_BASE = 'https://api.ichunt.com' const API_BASE = 'https://api.ichunt.com';
const API = { const API = {
/** /**
......
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 sign in to comment