Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac-quanmin
Overview
Overview
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
HTML5-李恒逸
sunac-quanmin
Commits
8fa8483b
Commit
8fa8483b
authored
Jun 20, 2017
by
html5-李恒逸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
屏蔽销售登录入口
parent
cdc03d1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
login.php
html/application/views/distributor/login.php
+4
-5
No files found.
html/application/views/distributor/login.php
View file @
8fa8483b
...
...
@@ -21,7 +21,7 @@
<div
class=
"login-user"
>
<div
class=
"login-tit left login-icon1"
>
手机号
</div>
<div
class=
"user-input left"
>
<input
type=
"text"
name=
"mobile"
id=
"mobile"
placeholder=
"请输入手机号"
>
<input
type=
"text"
name=
"mobile"
id=
"mobile"
placeholder=
"请输入手机号"
>
</div>
<div
class=
"clearf"
></div>
</div>
...
...
@@ -41,7 +41,7 @@
<!--注册 忘记密码-->
<div
class=
"rc-login-reg"
style=
"text-align:center;"
>
<a
href=
"
<?php
echo
site_url
(
'distributor/sign'
)
?>
"
>
&
nbsp新用户注册
&
nbsp
</a>
<
a
href=
"
<?php
echo
site_url
(
'login/staff'
)
?>
"
>
&
nbsp销售登录
&
nbsp
</a
>
<
!-- <a href="
<?php
echo
site_url
(
'login/staff'
)
?>
"> 销售登录 </a> --
>
<a
href=
"
<?php
echo
site_url
(
'distributor/logindis/forget'
)
?>
"
>
&
nbsp忘记密码
&
nbsp
</a>
<a
href=
"
<?php
echo
site_url
(
'channel/login'
)
?>
"
>
&
nbsp渠道登录
&
nbsp
</a>
<div
class=
"clearf"
></div>
...
...
@@ -52,7 +52,7 @@
<script
type=
"text/javascript"
src=
"
<?php
echo
APPLICATION_PATH
?>
/assets/frontend/js/jquery-1.10.2.min.js"
></script>
<script
src=
"
<?php
echo
APPLICATION_PATH
?>
/assets/plugins/jquery.cookie.min.js"
type=
"text/javascript"
></script>
<script
type=
"text/javascript"
>
jQuery
(
document
).
ready
(
function
()
{
jQuery
(
document
).
ready
(
function
()
{
//初始化
$
(
"#mobile"
).
val
(
$
.
cookie
(
"mobile"
));
$
(
"#pwd"
).
val
(
$
.
cookie
(
"pwd"
));
...
...
@@ -106,4 +106,4 @@
});
});
</script>
<?php
$this
->
load
->
view
(
'distributor/footer'
);
?>
\ No newline at end of file
<?php
$this
->
load
->
view
(
'distributor/footer'
);
?>
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