asd123a20 %!s(int64=3) %!d(string=hai) anos
pai
achega
b83f37e348
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/register.vue

+ 1 - 0
src/views/register.vue

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