소스 검색

广告测试

yangbifan 2 년 전
부모
커밋
61baddee4c
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/pages/main/terminals/advchecks.vue

+ 1 - 3
src/pages/main/terminals/advchecks.vue

@@ -535,9 +535,7 @@ export default {
     this.userInfo = JSON.parse(window.sessionStorage.userInfo);
     this.advstatus = String(this.$route.query.type);
     this.clickStatus = this.$route.query.type;
-    console.log(this.clickStatus);
-    console.log(this.advstatus);
-    this.getList(this.$route.query.type);
+    this.getList(this.advstatus);
 
     this.ctrlbtn();
     this.gettype();