绑定手机号自动报名

This commit is contained in:
liuye
2023-02-06 14:30:06 +08:00
parent 7910c57b81
commit e0947ebaab

View File

@@ -219,6 +219,7 @@ export default {
this.$http.post(`/app/appmarketingactivityinfo/bindPhone?phone=${this.phone}`).then((res) => {
if (res.code == 0) {
this.showPhoneMask = false
this.signUp()
this.getDetail()
this.$u.toast('绑定成功')
}