guhongwei 4 years ago
parent
commit
6a36bf2f93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/service/index.vue

+ 1 - 1
src/views/service/index.vue

@@ -163,7 +163,7 @@ export default {
         this.$set(this, `twoList`, res.data);
       }
       // 创新券
-      res = await this.ticketQuery({ skip, limit: 7, status: 1, ...info });
+      res = await this.ticketQuery({ skip, limit: 7, status: 4, ...info });
       if (this.$checkRes(res)) {
         this.$set(this, `twoList`, res.data);
       }