zhengkaixin 1 year ago
parent
commit
5784232a5b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/monthlyCardActivity/monthlyCardBuy.vue

+ 2 - 2
pages/monthlyCardActivity/monthlyCardBuy.vue

@@ -609,9 +609,9 @@
 					mask: true,
 					mask: true,
 				})
 				})
 				API.cardList({
 				API.cardList({
-
+					type:1
 				}).then((response) => {
 				}).then((response) => {
-
+					
 					this.cardList = response.data.cardList;
 					this.cardList = response.data.cardList;
 
 
 					for (var i in this.cardList) {
 					for (var i in this.cardList) {