lhl 3 mesiacov pred
rodič
commit
ae3f5badfc
1 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  1. 3 2
      pages/applic/contribution.vue

+ 3 - 2
pages/applic/contribution.vue

@@ -298,8 +298,9 @@
 				chosintention({}).then(({
 					data
 				}) => {
-					this.chooseDire = data.map(item => item.name)
-					this.chooseList = data
+					let arr = data.filter(item => item.status == 'normal')
+					this.chooseDire = arr.map(item => item.name)
+					this.chooseList = arr
 				}).catch()
 			},
 			// 选择捐赠意向