Browse Source

多了个逗号

wangmh 7 years ago
parent
commit
ad60712bbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/encryptedSetting/StepEmail.vue

+ 1 - 1
components/mobile/encryptedSetting/StepEmail.vue

@@ -51,7 +51,7 @@
       },
       // 发送邮件
       sureAccount () {
-        this.$indicator.open('发送过程中...'),
+        this.$indicator.open('发送过程中...')
         this.$http.get(`/update/user/check/email`, {params: {email: this.info, operate: 'question', url: window.location.href}})
           .then(response => {
             this.$indicator.close()