Przeglądaj źródła

Merge branch 'master' into 'master'

广告测试

See merge request spfm/spfm-market-front!360
杨壁繁 2 lat temu
rodzic
commit
76b7e82669
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      src/pages/main/terminals/advchecks.vue

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

@@ -291,6 +291,7 @@ export default {
     },
     //获取列表
     getList(e) {
+      console.log(e);
       switch (e) {
         //我的待办
         case "0":
@@ -533,8 +534,11 @@ export default {
   mounted() {
     this.userInfo = JSON.parse(window.sessionStorage.userInfo);
     this.advstatus = String(this.$route.query.type);
-    this.clickStatus = 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.ctrlbtn();
     this.gettype();
   },