Selaa lähdekoodia

去掉前端验证成功提示

gcz 1 vuosi sitten
vanhempi
commit
7b7a5b2c5a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      center/people.vue

+ 1 - 1
center/people.vue

@@ -127,7 +127,7 @@
 				// 	return
 				// }
 				this.$refs.uForm.validate().then(res => {
-					uni.$u.toast('表单校验成功')
+					// uni.$u.toast('表单校验成功')
 					console.log('this.type',this.type);
 					console.log('form',this.form);
 					this.$u.api.insertOrUpdateMember(this.form).then(res=>{