|
@@ -47,6 +47,7 @@ export default {
|
|
this.info.openid = openid
|
|
this.info.openid = openid
|
|
const res = await this.register(this.info)
|
|
const res = await this.register(this.info)
|
|
if (res.errcode === 0 || !res.errcode) {
|
|
if (res.errcode === 0 || !res.errcode) {
|
|
|
|
+ Toast.success('注册成功')
|
|
this.$router.push(`/${this.path}`)
|
|
this.$router.push(`/${this.path}`)
|
|
}
|
|
}
|
|
}
|
|
}
|