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
d75484a1
Commit
d75484a1
authored
Apr 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4cb9946c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
test.html
application/index/view/news/test.html
+4
-1
opensquareList_template_tpl.html
public/resource/template/opensquareList_template_tpl.html
+2
-2
No files found.
application/index/view/news/test.html
View file @
d75484a1
...
@@ -23,7 +23,10 @@
...
@@ -23,7 +23,10 @@
//获取 父窗口的数据 编辑赋值
//获取 父窗口的数据 编辑赋值
window
.
addEventListener
(
'message'
,
function
(
e
)
{
window
.
addEventListener
(
'message'
,
function
(
e
)
{
if
(
e
.
data
*
1
!=
1
&&
e
.
data
*
1
!=
2
){
if
(
e
.
data
*
1
!=
1
&&
e
.
data
*
1
!=
2
){
ue
.
setContent
(
e
.
data
);
ue
.
ready
(
function
()
{
ue
.
setContent
(
e
.
data
);
});
}
}
},
false
);
},
false
);
//编辑 新增 提交内容
//编辑 新增 提交内容
...
...
public/resource/template/opensquareList_template_tpl.html
View file @
d75484a1
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
[
%=
it
[
item
][
"site_name"
]
%
]
[
%=
it
[
item
][
"site_name"
]
%
]
[
%
}
%
]
[
%
}
%
]
<
/td
>
<
/td
>
<
td
>
[
%=
'部门标签'
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"district_lable_name"
]
%
]
<
/td
>
<
td
>
[
%=
'评论数'
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"comment_num"
]
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"btn1 btn-success show_modal_btn"
href
=
"#show_modal"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['id'] %]"
>
查看
<
/a>
<
a
class
=
"btn1 btn-success show_modal_btn"
href
=
"#show_modal"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['id'] %]"
>
查看
<
/a>
...
...
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