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
87b8ee65
Commit
87b8ee65
authored
Sep 23, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成交地图显示按钮
parent
03670070
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
frame_tpl.html
application/index/view/global/frame_tpl.html
+23
-0
No files found.
application/index/view/global/frame_tpl.html
View file @
87b8ee65
...
...
@@ -203,6 +203,19 @@
margin-top
:
10px
;
cursor
:
pointer
;
font-weight
:
600
;
}
.big-data
{
width
:
66px
;
height
:
32px
;
border-radius
:
3px
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
1
);
font-size
:
12px
;
color
:
rgba
(
255
,
255
,
255
,
1
);
line-height
:
32px
;
text-align
:
center
;
margin-top
:
10px
;
cursor
:
pointer
;
font-weight
:
600
;
}
</style>
</head>
...
...
@@ -225,6 +238,9 @@
<li><a
href=
"/index/logout"
id=
"logout"
>
退出登录
</a></li>
</ul>
</div>
<div
class=
"big-data"
style=
"float: right;margin-left: 20px;"
>
成交地图
</div>
<div
class=
"add-doc"
style=
"float: right;display: none;"
>
客户见证
</div>
...
...
@@ -306,6 +322,13 @@
var
str_
=
"http://cms.tonglianjituan.com/plugin/tonglian/auth/index?token="
+
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
))).
AuthToken
;
window
.
open
(
str_
);
});
//同联商业运营大数据
$
(
document
).
on
(
'click'
,
'.big-data'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
stopPropagation
();
var
str_
=
"/app/distPC/#/dealMap"
;
window
.
open
(
str_
);
});
$
(
document
).
on
(
'click'
,
'.reset-con'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
stopPropagation
();
...
...
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