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
3d34f286
Commit
3d34f286
authored
Aug 16, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
城市筛选 修改
parent
2697f8b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
public.js
public/resource/js/public.js
+6
-0
waitBackout.js
public/resource/js/waitBackout.js
+4
-4
No files found.
public/resource/js/public.js
View file @
3d34f286
...
@@ -77,6 +77,12 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function
...
@@ -77,6 +77,12 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function
});
});
var
_doc
=
$
(
document
);
var
_doc
=
$
(
document
);
//显示 隐藏城市
$
(
'#user_city_choose'
).
hide
();
if
(
window
.
location
.
pathname
==
'/index/getHouseList'
||
window
.
location
.
pathname
==
'/index/followUpList'
||
window
.
location
.
pathname
==
'/index/users_list'
||
window
.
location
.
pathname
==
'/index/RemarkFollowList'
){
$
(
'#user_city_choose'
).
show
();
}
_doc
.
on
(
'click'
,
'.menu-sub-alink'
,
function
(
e
){
_doc
.
on
(
'click'
,
'.menu-sub-alink'
,
function
(
e
){
e
.
preventDefault
();
e
.
preventDefault
();
e
.
stopPropagation
();
e
.
stopPropagation
();
...
...
public/resource/js/waitBackout.js
View file @
3d34f286
...
@@ -1315,13 +1315,13 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'css!style/home.css',
...
@@ -1315,13 +1315,13 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'css!style/home.css',
switchUrl
:
function
(){
switchUrl
:
function
(){
switch
(
Number
(
this
.
mainTabIndex
)){
switch
(
Number
(
this
.
mainTabIndex
)){
case
0
:
case
0
:
return
'/index/
reportListOne/1
'
;
return
'/index/
backOutOne/5
'
;
case
1
:
case
1
:
return
'/index/
reportListTwo/2
'
;
return
'/index/
backOutTwo/7
'
;
case
2
:
case
2
:
return
'/index/
reportListThree/3
'
;
return
'/index/
backOutThree/8
'
;
case
3
:
case
3
:
return
'/index/reportList
Statement/4
'
;
return
'/index/reportList
Undone/6
'
;
default
:
default
:
return
''
;
return
''
;
}
}
...
...
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