Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-10-17 20:53:43 +0800
Commit
6c8c6d7f20e6ab507b67baeafc3bd434189e7548
1 parent
9ad64d0b
fix ios smscode
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/components/bind/bind.vue
apps/components/bind/bind.vue
View file @
6c8c6d7
...
...
@@ -55,7 +55,9 @@ export default {
let half = newVal.length / 2;
if (newVal.substring(0, half) === newVal.substring(half)) {
setTimeout(() => {
this.smsCode = newVal.substring(0, half);
}, 0);
}
}
}
...
...
Please
register
or
login
to post a comment