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
da88b9ba
Commit
da88b9ba
authored
Aug 14, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
02c8f058
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
frame_tpl.html
application/index/view/global/frame_tpl.html
+1
-1
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+3
-0
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+4
-4
No files found.
application/index/view/global/frame_tpl.html
View file @
da88b9ba
...
...
@@ -20,7 +20,7 @@
<span
class=
"hidden-phone"
>
同联商业后台管理中心
</span>
</a>
</div>
<select
class=
"form-control btn2 ld-Marheight"
id=
"user_city_choose"
>
<select
class=
"form-control btn2 ld-Marheight
-city
"
id=
"user_city_choose"
>
<option
value=
"310100"
selected=
"selected"
>
上海市
</option>
<option
value=
"330100"
>
杭州市
</option>
</select>
...
...
application/index/view/remark/remark_follow_index.html
View file @
da88b9ba
...
...
@@ -313,6 +313,9 @@
.input-border-0
{
border
:
0
;
}
.ld-Marheight-city
{
margin-top
:
8px
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
...
...
public/resource/js/RemarkFollowIndex.js
View file @
da88b9ba
...
...
@@ -27,7 +27,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
//区域 渲染
if
(
city_id
)
{
user
.
getCityAreaList
(
city_id
,
function
(
_data
)
{
var
_str
=
'<option value="
0">全部
</option>'
;
var
_str
=
'<option value="
">区域
</option>'
;
$
.
each
(
_data
,
function
(
i
,
item
)
{
_str
+=
'<option value="'
+
item
.
fullName
+
'">'
+
item
.
fullName
+
'</option>'
;
});
...
...
@@ -100,7 +100,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
if
(
_id
&&
_id
!=
'0'
)
{
user
.
getCityAreaList
(
_id
,
function
(
_data
)
{
// var _str = '';
var
_str
=
'<option value="">
全部
</option>'
;
var
_str
=
'<option value="">
区域
</option>'
;
$
.
each
(
_data
,
function
(
i
,
item
)
{
_str
+=
'<option value="'
+
item
.
fullName
+
'">'
+
item
.
fullName
+
'</option>'
;
});
...
...
@@ -117,7 +117,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
//新增 编辑
if
(
_id
&&
_id
!=
'0'
)
{
user
.
getCityAreaList
(
_id
,
function
(
_data
)
{
var
_str
=
'<option value="">
全部
</option>'
;
var
_str
=
'<option value="">
区域
</option>'
;
$
.
each
(
_data
,
function
(
i
,
item
)
{
_str
+=
'<option value="'
+
item
.
fullName
+
'">'
+
item
.
fullName
+
'</option>'
;
});
...
...
@@ -795,7 +795,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
//区域 渲染
if
(
city_id
)
{
user
.
getCityAreaList
(
city_id
,
function
(
_data
)
{
var
_str
=
'<option value="
0">全部
</option>'
;
var
_str
=
'<option value="
">区域
</option>'
;
$
.
each
(
_data
,
function
(
i
,
item
)
{
_str
+=
'<option value="'
+
item
.
fullName
+
'">'
+
item
.
fullName
+
'</option>'
;
});
...
...
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