Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
85f6a9b2
Commit
85f6a9b2
authored
Jan 05, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 删除错误导入的模块、修正文案
parent
74c900c8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
CodeInput.vue
src/components/form/CodeInput.vue
+1
-2
No files found.
src/components/form/CodeInput.vue
View file @
85f6a9b2
...
@@ -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'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment