Commit 85f6a9b2 authored by chenqikuai's avatar chenqikuai

fix: 删除错误导入的模块、修正文案

parent 74c900c8
...@@ -20,7 +20,6 @@ import { Component, Prop, PropSync, Vue, Watch, Inject, Emit, Model } from 'vue- ...@@ -20,7 +20,6 @@ import { Component, Prop, PropSync, Vue, Watch, Inject, Emit, Model } from 'vue-
import { Action } from 'vuex-class'; import { Action } from 'vuex-class';
import { isCode, isEmail } from '@/const/pattern'; import { isCode, isEmail } from '@/const/pattern';
import { LoginType } from '@/const/enum'; import { LoginType } from '@/const/enum';
import { Toast } from 'node_modules/_vant@2.12.1@vant/types';
/** /**
* 验证码输入框 * 验证码输入框
...@@ -55,7 +54,7 @@ export default class CodeInput extends Vue { ...@@ -55,7 +54,7 @@ export default class CodeInput extends Vue {
private sendCode() { private sendCode() {
if ( this.isCodeBtnDisabled ) { if ( this.isCodeBtnDisabled ) {
this.$toast('请输入正确的⼿手机号') this.$toast('请输入正确的手机号')
return; } return; }
this.countDownSync = 60; this.countDownSync = 60;
this.$emit('get-code'); this.$emit('get-code');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment