Commit bc75aed3 authored by clone's avatar clone

bug

parent 17c4f1de
...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment