guhongwei 4 năm trước cách đây
mục cha
commit
6a36bf2f93
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
       }