Explorar o código

去掉前端验证成功提示

gcz hai 1 ano
pai
achega
7b7a5b2c5a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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=>{