asd123a20 3 년 전
부모
커밋
b83f37e348
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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}`)
       }
     }