Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4b203677
authored
Jun 20, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1111
parent
c459ba2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
Application/Home/View/Index/index.html
Application/Home/View/Index/search.html
Application/Home/View/Index/index.html
View file @
4b203677
...
@@ -263,7 +263,7 @@
...
@@ -263,7 +263,7 @@
});
});
$
(
'.input_btn'
).
click
(
function
()
{
$
(
'.input_btn'
).
click
(
function
()
{
window
.
location
.
href
=
'/
/home.ic.com/homes
'
window
.
location
.
href
=
'/
indexsearch
'
})
})
$
(
'.mobile_wrapper .lb_nav span'
).
click
(
function
()
{
$
(
'.mobile_wrapper .lb_nav span'
).
click
(
function
()
{
var
index
=
$
(
this
).
index
();
var
index
=
$
(
this
).
index
();
...
...
Application/Home/View/Index/search.html
View file @
4b203677
...
@@ -214,7 +214,9 @@
...
@@ -214,7 +214,9 @@
</div>
</div>
<include
file=
"public/foot"
/>
<include
file=
"public/foot"
/>
<script>
<script>
$
(
'.btn_div .btn'
).
click
(
function
()
{
window
.
location
.
href
=
'/login'
})
</script>
</script>
</body>
</body>
...
...
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