浏览代码

去掉前端验证成功提示

gcz 1 年之前
父节点
当前提交
7b7a5b2c5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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=>{