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
768504b3
Commit
768504b3
authored
Sep 04, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
点击关闭
parent
bbd54c3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
user_genjing_modal.html
application/index/view/member/user_genjing_modal.html
+1
-1
user_genjing_modal.js
public/resource/js/user_genjing_modal.js
+8
-1
No files found.
application/index/view/member/user_genjing_modal.html
View file @
768504b3
...
...
@@ -1029,7 +1029,7 @@
<div
class=
"modal-dialog"
style=
"width: 850px;"
>
<div
class=
"modal-content"
>
<!--<p style="position: absolute;font-size: 16px;margin-left: 20px;" class="text-danger">关联客户详情</p>-->
<button
type=
"button"
data-dismiss=
"modal"
aria-hidden=
"true"
style=
"margin-left: 791px;font-size: 26px;height: 20px;line-height: 20px;background: #fff;border: 0;position: relative;z-index: 666666;outline: none;"
>
<button
type=
"button"
class=
"guanbi-guanlian"
data-dismiss=
"modal"
aria-hidden=
"true"
style=
"margin-left: 791px;font-size: 26px;height: 20px;line-height: 20px;background: #fff;border: 0;position: relative;z-index: 666666;outline: none;"
>
×
</button>
<div
class=
"modal-body"
style=
"margin-top: -20px;"
>
...
...
public/resource/js/user_genjing_modal.js
View file @
768504b3
...
...
@@ -99,7 +99,14 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
_doc
.
on
(
'click'
,
'.close, .btn-guanbi'
,
function
(
e
){
e
.
preventDefault
();
e
.
stopPropagation
();
window
.
parent
.
document
.
querySelector
(
'#modal-record .close'
).
click
();
if
(
iframeType
==
1
){
//关联客户详情
window
.
parent
.
document
.
querySelector
(
'#modal-userDetail .guanbi-guanlian'
).
click
();
}
else
{
window
.
parent
.
document
.
querySelector
(
'#modal-record .close'
).
click
();
}
});
if
(
iframeType
){
user
.
user_id
=
getUrlParam
(
'data'
);
...
...
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