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
5b9afd0d
Commit
5b9afd0d
authored
Jul 29, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回滚一次
parent
e2472077
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
opensquareLogList.html
application/index/view/opensquare/opensquareLogList.html
+1
-1
opensquareList.js
public/resource/js/opensquareList.js
+2
-2
No files found.
application/index/view/opensquare/opensquareLogList.html
View file @
5b9afd0d
...
@@ -499,7 +499,7 @@
...
@@ -499,7 +499,7 @@
<label
class=
"col-sm-2 control-label"
>
内容:
</label>
<label
class=
"col-sm-2 control-label"
>
内容:
</label>
<div
class=
"col-sm-9"
>
<div
class=
"col-sm-9"
>
<div>
<div>
<iframe
id=
'ifram-kaipan'
style=
"width: 782px;height: 402px;border: 0;"
src=
"baiduText"
></iframe>
<iframe
id=
'ifram-kaipan'
style=
"width: 782px;height: 402px;border: 0;"
></iframe>
<!--加载编辑器的容器-->
<!--加载编辑器的容器-->
<!--<script type="text/plain" id="myEditor" style="width:716px;height:300px;">
<!--<script type="text/plain" id="myEditor" style="width:716px;height:300px;">
</script>
</script>
...
...
public/resource/js/opensquareList.js
View file @
5b9afd0d
...
@@ -75,7 +75,7 @@ define (['doT', 'text!temp/opensquareList_template_tpl.html','ckfinder','ckfinde
...
@@ -75,7 +75,7 @@ define (['doT', 'text!temp/opensquareList_template_tpl.html','ckfinder','ckfinde
$
(
'.is-add'
).
html
(
'发布开盘'
)
$
(
'.is-add'
).
html
(
'发布开盘'
)
var
iFrame2
=
document
.
getElementById
(
'ifram-kaipan'
);
var
iFrame2
=
document
.
getElementById
(
'ifram-kaipan'
);
iFrame2
.
contentWindow
.
postMessage
(
'2'
,
'*'
);
iFrame2
.
contentWindow
.
postMessage
(
'2'
,
'*'
);
//
$('#ifram-kaipan').attr('src',ServerHostImageLiu + '/index/baiduText');
$
(
'#ifram-kaipan'
).
attr
(
'src'
,
ServerHostImageLiu
+
'/index/baiduText'
);
user
.
getDistrict
();
user
.
getDistrict
();
user
.
switchUrl
=
'/index/addSquare'
;
user
.
switchUrl
=
'/index/addSquare'
;
});
});
...
@@ -206,7 +206,7 @@ define (['doT', 'text!temp/opensquareList_template_tpl.html','ckfinder','ckfinde
...
@@ -206,7 +206,7 @@ define (['doT', 'text!temp/opensquareList_template_tpl.html','ckfinder','ckfinde
_doc
.
on
(
'click'
,
'.edit_modal_btn'
,
function
(
e
){
//点击编辑
_doc
.
on
(
'click'
,
'.edit_modal_btn'
,
function
(
e
){
//点击编辑
user
.
announcementdel_id
=
$
(
this
).
attr
(
"data-id"
);
user
.
announcementdel_id
=
$
(
this
).
attr
(
"data-id"
);
user
.
is_add
=
0
;
user
.
is_add
=
0
;
//
$('#ifram-kaipan').attr('src',ServerHostImageLiu + '/index/baiduText');
$
(
'#ifram-kaipan'
).
attr
(
'src'
,
ServerHostImageLiu
+
'/index/baiduText'
);
user
.
text_details
();
user
.
text_details
();
});
});
...
...
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