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
61faff34
Commit
61faff34
authored
Apr 23, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺列表弹窗显示
parent
414ae32a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
houseList.html
application/index/view/houses/houseList.html
+1
-1
houseList.js
public/resource/js/houseList.js
+2
-0
No files found.
application/index/view/houses/houseList.html
View file @
61faff34
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
×
×
</button>
</button>
<h4
class=
"modal-title"
id=
"myModalLabel"
>
<h4
class=
"modal-title"
id=
"myModalLabel"
>
设置案场权限人77
</h4>
</h4>
</div>
</div>
<!--号码匹配名字 输入框666-->
<!--号码匹配名字 输入框666-->
...
...
public/resource/js/houseList.js
View file @
61faff34
...
@@ -36,6 +36,7 @@ define (['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css','ckfin
...
@@ -36,6 +36,7 @@ define (['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css','ckfin
});
});
$
(
document
).
delegate
(
".anch"
,
"click"
,
function
()
{
//点击设置案场权限人
$
(
document
).
delegate
(
".anch"
,
"click"
,
function
()
{
//点击设置案场权限人
$
(
"#myModalLabel"
).
html
(
"设置案场权限人"
);
// 传入data-id
// 传入data-id
business
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
business
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
business
.
type
=
"1"
;
business
.
type
=
"1"
;
...
@@ -43,6 +44,7 @@ define (['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css','ckfin
...
@@ -43,6 +44,7 @@ define (['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css','ckfin
});
});
// 点击设置案场权限人(盘方)
// 点击设置案场权限人(盘方)
$
(
document
).
delegate
(
".add_applies"
,
"click"
,
function
()
{
//点击设置案场权限人
$
(
document
).
delegate
(
".add_applies"
,
"click"
,
function
()
{
//点击设置案场权限人
$
(
"#myModalLabel"
).
html
(
"设置盘方"
);
business
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
business
.
house_id
=
$
(
this
).
attr
(
"data-id"
);
business
.
type
=
"2"
;
business
.
type
=
"2"
;
business
.
Anch
();
business
.
Anch
();
...
...
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