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
09e30d12
Commit
09e30d12
authored
Aug 14, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩明细 成交报告详情
parent
97a68360
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
footer_tpl.html
application/index/view/global/footer_tpl.html
+1
-1
performance_subsidiary.js
public/resource/js/performance_subsidiary.js
+2
-1
No files found.
application/index/view/global/footer_tpl.html
View file @
09e30d12
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201908071
1
'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201908071
6
'
charset=
'utf-8'
></script>
public/resource/js/performance_subsidiary.js
View file @
09e30d12
...
@@ -80,7 +80,8 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
...
@@ -80,7 +80,8 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
var
_id
=
$
(
this
).
attr
(
"data-id"
);
var
_id
=
$
(
this
).
attr
(
"data-id"
);
bargain
.
bargain_id
=
_id
;
bargain
.
bargain_id
=
_id
;
if
(
bargain
.
mainTabIndex
==
0
){
//商铺
if
(
bargain
.
mainTabIndex
==
0
){
//商铺
$
(
'.iframe-bargaininfo-static'
).
attr
(
'src'
,
'/app_broker/bargaininfo_detail_static_pc?otherbtn=no&orderid='
+
_id
).
load
;
$
(
'.iframe-bargaininfo-static'
).
attr
(
'src'
,
'/app_broker/bargaininfo_detail_static_pc?orderid='
+
_id
).
load
;
// $('.iframe-bargaininfo-static').attr('src', '/app_broker/bargaininfo_detail_static_pc?otherbtn=no&orderid='+_id).load;
}
else
{
//办公楼
}
else
{
//办公楼
$
(
'.iframe-bargaininfo-static'
).
attr
(
'src'
,
'/app_broker/bargaininfo_detail_static_pc_office?orderid='
+
_id
+
'&otherbtn=no'
).
load
;
$
(
'.iframe-bargaininfo-static'
).
attr
(
'src'
,
'/app_broker/bargaininfo_detail_static_pc_office?orderid='
+
_id
+
'&otherbtn=no'
).
load
;
}
}
...
...
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