Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
851efcf5
Commit
851efcf5
authored
Jul 29, 2020
by
zhangyanni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交样式
parent
b51c9fef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
redEnvelopeWechat.vue
src/views/mobile/activityApply/redEnvelopeWechat.vue
+4
-2
No files found.
src/views/mobile/activityApply/redEnvelopeWechat.vue
View file @
851efcf5
...
...
@@ -12,10 +12,10 @@
<el-form
:model=
"yzCodeForm"
:rules=
"rules"
ref=
"yzCodeForm"
@
keyup
.
enter
.
native=
"handleSubmit('yzCodeForm')"
class=
"demo-loginForm applyLogin redEnvelopeLogin"
>
<el-form-item
prop=
"phone"
>
<el-input
@
blur
.
prevent
=
"publicFun.phpneInputblurFunc()"
@
focus=
"handleFocus(1)"
v-model=
"yzCodeForm.phone"
@
input=
"isTruePhone"
:placeholder=
"$t('errorValidate.errorNoAccount')"
autocomplete
></el-input>
<el-input
ref=
"phoneInput"
@
blur
=
"publicFun.phpneInputblurFunc()"
@
focus=
"handleFocus(1)"
v-model=
"yzCodeForm.phone"
@
input=
"isTruePhone"
:placeholder=
"$t('errorValidate.errorNoAccount')"
autocomplete
></el-input>
</el-form-item>
<el-form-item
prop=
"code"
class=
"yzcodeItem"
>
<el-input
@
blur
.
prevent
=
"publicFun.phpneInputblurFunc()"
type=
"text"
class=
"applyLoginInput"
@
focus=
"handleFocus(2)"
v-model=
"yzCodeForm.code"
:placeholder=
"$t('commonTips.placeholderAccountCode')"
style=
"float: left;"
maxlength=
"6"
<el-input
ref=
"codeInput"
@
blur
=
"publicFun.phpneInputblurFunc()"
type=
"text"
class=
"applyLoginInput"
@
focus=
"handleFocus(2)"
v-model=
"yzCodeForm.code"
:placeholder=
"$t('commonTips.placeholderAccountCode')"
style=
"float: left;"
maxlength=
"6"
autocomplete
></el-input>
<span
class=
"getyzcodeBtn"
@
click=
"handleGetCode"
v-if=
"showCount"
>
{{
$t
(
"commonTips."
+
codehtml
)
}}
</span>
<span
class=
"getdyzcodeBtn"
v-if=
"!showCount&&lang==2"
>
{{
$t
(
"commonTips.resendCode"
)
}}{{
count
}}
s
</span>
...
...
@@ -99,6 +99,8 @@
this
.
bool
=
false
;
}
if
(
this
.
bool
)
{
this
.
$refs
.
phoneInput
.
blur
();
this
.
$refs
.
codeInput
.
blur
();
this
.
getAccountCodeFunc
();
// that.$nextTick(() => {
// that.isShowSlider = true
...
...
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