绑定手机号自动报名
This commit is contained in:
@@ -219,6 +219,7 @@ export default {
|
|||||||
this.$http.post(`/app/appmarketingactivityinfo/bindPhone?phone=${this.phone}`).then((res) => {
|
this.$http.post(`/app/appmarketingactivityinfo/bindPhone?phone=${this.phone}`).then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.showPhoneMask = false
|
this.showPhoneMask = false
|
||||||
|
this.signUp()
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
this.$u.toast('绑定成功')
|
this.$u.toast('绑定成功')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user