|
@@ -88,7 +88,7 @@ export default {
|
|
|
if (this.$util.isEmpty(this.mobile)){
|
|
if (this.$util.isEmpty(this.mobile)){
|
|
|
this.$msg('请填写手机号')
|
|
this.$msg('请填写手机号')
|
|
|
}
|
|
}
|
|
|
- addMobile({mobile:this.mobile}).then(res=>{
|
|
|
|
|
|
|
+ addMobile({mobile:this.mobile,id:this.eventInfo.id}).then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
that.$msg('添加成功')
|
|
that.$msg('添加成功')
|
|
|
}
|
|
}
|
|
@@ -102,7 +102,7 @@ export default {
|
|
|
if (this.$util.isEmpty(this.wx)){
|
|
if (this.$util.isEmpty(this.wx)){
|
|
|
this.$msg('请填写微信')
|
|
this.$msg('请填写微信')
|
|
|
}
|
|
}
|
|
|
- addWx({wx:this.wx}).then(res=>{
|
|
|
|
|
|
|
+ addWx({wx:this.wx,id:this.eventInfo.id}).then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
that.$msg('添加成功')
|
|
that.$msg('添加成功')
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
@@ -116,7 +116,7 @@ export default {
|
|
|
if (this.$util.isEmpty(this.no)){
|
|
if (this.$util.isEmpty(this.no)){
|
|
|
this.$msg('请填写身份证')
|
|
this.$msg('请填写身份证')
|
|
|
}
|
|
}
|
|
|
- addNo({no:this.no}).then(res=>{
|
|
|
|
|
|
|
+ addNo({no:this.no,id:this.eventInfo.id}).then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
that.$msg('添加成功')
|
|
that.$msg('添加成功')
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|