|
@ -182,8 +182,8 @@ |
|
|
content: this.curActivity.content, |
|
|
content: this.curActivity.content, |
|
|
type: JSON.stringify(this.type), |
|
|
type: JSON.stringify(this.type), |
|
|
verifyCode: setVerifyCode, |
|
|
verifyCode: setVerifyCode, |
|
|
ipRestrict: setIpRestrict, |
|
|
|
|
|
author: this.$store.state.user.userName |
|
|
|
|
|
|
|
|
author: this.$store.state.user.userName, |
|
|
|
|
|
ipRestrict: setIpRestrict |
|
|
}).then(resp => { |
|
|
}).then(resp => { |
|
|
if (resp && resp.data.code === 200) { |
|
|
if (resp && resp.data.code === 200) { |
|
|
this.$store.state.curCreateActivity = [] |
|
|
this.$store.state.curCreateActivity = [] |
|
|