Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a2bfc86b
authored
Feb 18, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
smt
parent
499ee8a5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/supplier/Index.vue
view/2.js
src/views/supplier/Index.vue
View file @
a2bfc86b
...
...
@@ -15,7 +15,7 @@
</dd>
<dd
class=
"inp-wrap boxsiz"
>
<label
class=
"lineBlock va-m"
><em>
*
</em>
联系方式:
</label>
<input
type=
"text"
@
click=
"numberFlag=true"
placeholder=
"请输入手机或电话号码"
class=
"va-m inp"
v-model=
"form.mobile"
maxlength=
"11"
onkeyup=
"this.value=this.value.replace(/\D/g,'')"
>
<input
type=
"text"
readonly=
"readonly"
@
click=
"numberFlag=true"
placeholder=
"请输入手机或电话号码"
class=
"va-m inp"
v-model=
"form.mobile"
maxlength=
"11"
onkeyup=
"this.value=this.value.replace(/\D/g,'')"
>
</dd>
<dd
class=
"inp-wrap boxsiz"
v-if=
"verifyCodeFlag"
>
<label
class=
"lineBlock va-m"
><em>
*
</em>
短信验证:
</label>
...
...
@@ -403,7 +403,7 @@
goAnchor
(
type
)
{
if
(
type
===
1
)
{
var
anchor
=
this
.
$el
.
querySelector
(
'#join-btn'
);
document
.
documentElement
.
scrollTop
=
anchor
.
offsetTop
;
document
.
documentElement
.
scrollTop
=
document
.
body
.
scrollTop
=
0
;
}
else
if
(
type
===
2
)
{
this
.
supplierActive
=
0
;
document
.
documentElement
.
scrollTop
=
document
.
body
.
scrollTop
=
0
;
...
...
view/2.js
View file @
a2bfc86b
This diff is collapsed.
Click to expand it.
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