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
1139e504
Commit
1139e504
authored
Jun 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注册
parent
dc99824c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
inviteRegister.vue
...c/appnew/src/components/inviteRegister/inviteRegister.vue
+5
-2
No files found.
public/appnew/src/components/inviteRegister/inviteRegister.vue
View file @
1139e504
...
@@ -99,6 +99,10 @@
...
@@ -99,6 +99,10 @@
layer
.
tipsX
(
'验证码已发送,请注意查收'
);
layer
.
tipsX
(
'验证码已发送,请注意查收'
);
}
else
{
}
else
{
layer
.
tipsX
(
response
.
data
.
msg
);
layer
.
tipsX
(
response
.
data
.
msg
);
// setTimeout(function() {
// console.log(55);
// location.href='/app/download_c';
// }, 2001);
}
}
})
})
.
catch
(
function
(
error
)
{
.
catch
(
function
(
error
)
{
...
@@ -151,11 +155,10 @@
...
@@ -151,11 +155,10 @@
layer
.
tipsX
(
'注册成功'
);
layer
.
tipsX
(
'注册成功'
);
setTimeout
(
function
()
{
setTimeout
(
function
()
{
location
.
href
=
'/app/download_c'
;
location
.
href
=
'/app/download_c'
;
// console.log(55);
},
2001
);
},
2001
);
// location.href='/app/download_c';
}
else
{
}
else
{
layer
.
tipsX
(
response
.
data
.
msg
);
layer
.
tipsX
(
response
.
data
.
msg
);
}
}
})
})
.
catch
(
function
(
error
)
{
.
catch
(
function
(
error
)
{
...
...
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