Commit a81c6c73 by liangjianmin

css

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