zhengkaixin 1 ano atrás
pai
commit
5784232a5b
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      pages/monthlyCardActivity/monthlyCardBuy.vue

+ 2 - 2
pages/monthlyCardActivity/monthlyCardBuy.vue

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