yuany 3 лет назад
Родитель
Сommit
336073c92a
2 измененных файлов с 3 добавлено и 1 удалено
  1. 3 0
      src/views/Home.vue
  2. 0 1
      src/views/product/Detail.vue

+ 3 - 0
src/views/Home.vue

@@ -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;

+ 0 - 1
src/views/product/Detail.vue

@@ -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;