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
bc75aed3
Commit
bc75aed3
authored
Jun 19, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
17c4f1de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Index.php
application/app_broker/controller/Index.php
+0
-2
No files found.
application/app_broker/controller/Index.php
View file @
bc75aed3
...
@@ -60,11 +60,9 @@ class Index
...
@@ -60,11 +60,9 @@ class Index
$user_info
=
$this
->
userModel
->
getUserByWhere
(
$conditions
,
$fields
);
$user_info
=
$this
->
userModel
->
getUserByWhere
(
$conditions
,
$fields
);
if
(
count
(
$user_info
)
>
0
)
{
if
(
count
(
$user_info
)
>
0
)
{
//下载页
//下载页
echo
111111
;
header
(
"Location:"
.
CURRENT_URL
.
"app/download_c"
);
header
(
"Location:"
.
CURRENT_URL
.
"app/download_c"
);
die
();
die
();
}
else
{
}
else
{
//绑定页
//绑定页
header
(
"Location:"
.
CURRENT_URL
.
"app/dist/index.html#/inviteRegister?referrer_id=160&referrer_source=10"
);
header
(
"Location:"
.
CURRENT_URL
.
"app/dist/index.html#/inviteRegister?referrer_id=160&referrer_source=10"
);
die
();
die
();
...
...
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