|
@@ -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=>{
|