登录后进行讨论

xudong0226

xudong0226 发表于 2019-08-24 07:32:26
.
.
.
      <span class="invalid-feedback d-block" v-show="mismatchError">{{bag.first('password','auth')}}</span>
.
.
.
      if(error.response.status === 421){
          /*
          const error = {
              field: 'Field Name',
              msg: 'Error message',
              rule: 'Rule Name',  // optional
              scope: 'Scope Name, // optional
              id: 'uniqueId'      // optional
          }
          * */
          this.bag.add({field:"password",msg:'邮箱密码不相符',scope: 'auth'})
      }
.
.
.
点赞 0