lushuncheng 5 years ago
parent
commit
fdc8e2fd20
2 changed files with 7 additions and 1 deletions
  1. 1 0
      components/job/dealSeoFooter.js
  2. 6 1
      pages/job/index.vue

+ 1 - 0
components/job/dealSeoFooter.js

@@ -274,6 +274,7 @@ export default class DealSeoData {
         }
       })
     }
+    console.log('deal footer......................')
     return footer
   }
 }

+ 6 - 1
pages/job/index.vue

@@ -314,9 +314,11 @@ export default {
     },
   },
   created() {
+    console.log("created................", this.selected, this.typeList);
     // this.firstLoading = true
   },
   mounted() {
+    console.log("mounted................", this.selected, this.typeList);
     // this.getList()
     if (this.mobile) {
       document.body.style = "overflow:hidden;";
@@ -464,7 +466,10 @@ export default {
           this.$nextTick(() => {
             this.loading = false;
           });
-          console.log("this.finished", this.finished);
+          console.log(
+            "this.finished................................",
+            this.finished
+          );
         });
     },
     pageChange(i) {