stanley-king 4 年 前
コミット
57a4d3b8c9
2 ファイル変更2 行追加7 行削除
  1. 2 6
      src/components/blocks/block_list.vue
  2. 0 1
      src/lib/api.js

+ 2 - 6
src/components/blocks/block_list.vue

@@ -200,9 +200,7 @@
                         }
                         }
                     },[<DownLoadApp/>,anchors]);
                     },[<DownLoadApp/>,anchors]);
                 }
                 }
-
-
-
+				
                 let loadMore = createElement(LoadMore, {
                 let loadMore = createElement(LoadMore, {
                     props: {
                     props: {
                         tip: "正在为您全力加载",
                         tip: "正在为您全力加载",
@@ -234,9 +232,7 @@
                 if (this.hasmore) {
                 if (this.hasmore) {
                     specialArray.push(loadMoreBox);
                     specialArray.push(loadMoreBox);
                 }
                 }
-
-
-
+				
                 return createElement('div', {
                 return createElement('div', {
                     "class":{
                     "class":{
                         padding_anchors:this.$route.query["special_id"]
                         padding_anchors:this.$route.query["special_id"]

+ 0 - 1
src/lib/api.js

@@ -163,7 +163,6 @@ class Api {
         }
         }
         return temp;
         return temp;
     }
     }
-
 }
 }
 
 
 export default Api
 export default Api