Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
41f1b3b5
Commit
41f1b3b5
authored
Jun 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注册修改
parent
51b8f509
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
inviteRegister.vue
...c/appnew/src/components/inviteRegister/inviteRegister.vue
+2
-1
No files found.
public/appnew/src/components/inviteRegister/inviteRegister.vue
View file @
41f1b3b5
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<span
class=
"register-span"
>
<span
class=
"register-span"
>
手机号码
手机号码
</span>
</span>
<input
type=
"
text
"
id=
"phone"
class=
"infos"
placeholder=
"请输入号码"
v-model
.
trim=
"phone"
>
<input
type=
"
number
"
id=
"phone"
class=
"infos"
placeholder=
"请输入号码"
v-model
.
trim=
"phone"
>
</div>
</div>
<div
class=
"div-ranks li-item"
>
<div
class=
"div-ranks li-item"
>
<input
type=
"number"
id=
"ranks"
class=
"infos1"
placeholder=
"请输入验证码"
v-model
.
trim=
"code"
>
<input
type=
"number"
id=
"ranks"
class=
"infos1"
placeholder=
"请输入验证码"
v-model
.
trim=
"code"
>
...
@@ -149,6 +149,7 @@
...
@@ -149,6 +149,7 @@
.
then
(
function
(
response
)
{
.
then
(
function
(
response
)
{
if
(
response
.
data
.
code
==
200
&&
response
.
data
.
data
)
{
if
(
response
.
data
.
code
==
200
&&
response
.
data
.
data
)
{
layer
.
tipsX
(
'注册成功'
);
layer
.
tipsX
(
'注册成功'
);
location
.
href
=
'/app/download_c'
;
}
else
{
}
else
{
layer
.
tipsX
(
response
.
data
.
msg
);
layer
.
tipsX
(
response
.
data
.
msg
);
}
}
...
...
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