@@ -535,6 +535,9 @@ export default {
.home_refresh {
background: #191d27;
}
+/deep/.van-list__finished-text{
+ font-size: 12px;
+}
.empty_two {
margin-top: 90px;
font-size: 16px;
@@ -1045,7 +1045,6 @@ export default {
// console.log(res);
this.info = res;
if (this.info.name.length > 14) {
- console.log("1343131e",this.info.name.length)
this.infoNameLength = true;
} else {
this.infoNameLength = false;