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
7c83554e
Commit
7c83554e
authored
Aug 29, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6e7ee79a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
index.html
application/index/view/news/index.html
+7
-3
schoolBusiness.js
public/resource/js/schoolBusiness.js
+1
-0
No files found.
application/index/view/news/index.html
View file @
7c83554e
...
...
@@ -228,6 +228,9 @@
#modal_content_add
{
width
:
900px
;
}
html
{
readonly
}
</style>
<!--导航star-->
...
...
@@ -399,11 +402,12 @@
<!--<div class="form-group" style="width: 100%;">-->
<div
class=
""
style=
"width: 100%;"
>
<!--<label for="" style="width: 100%;">内容</label>-->
<div
class=
"input-group"
style=
"width: 100%;"
id=
"dajiangtang"
>
<textarea
style=
";width : 100%"
id=
"modal_detail_value"
readonly
></textarea>
<!--<div class="input-group" style="width: 100%;" id="dajiangtang">
<?php
create_editor('goods_sup_id','');
?>
</div>
</div>
-->
</div>
</div>
...
...
@@ -415,7 +419,7 @@
<div
class=
"col-sm-9"
>
<div
class=
"file-upload-area"
style=
"padding-left:15px!important"
>
<div
class=
"btn-area"
>
<
input
type=
"file"
id=
"file_input"
class=
""
data-limittop=
"10"
/
>
<!--修改上传文件的最大数字-->
<
!--<input type="file" id="file_input" class="" data-limittop="10" />--
>
<!--修改上传文件的最大数字-->
</div>
<ul
class=
"img-pre-ul"
id=
"fujian_ul"
></ul>
...
...
public/resource/js/schoolBusiness.js
View file @
7c83554e
...
...
@@ -171,6 +171,7 @@ define (['doT', 'text!temp/schoolBusiness_template_tpl.html','ckfinder','ckfinde
dataType
:
"json"
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
)
{
$
(
'#modal_detail_value'
).
val
(
data
.
data
.
content
.
substr
(
5
,
data
.
data
.
content
.
length
-
9
))
$
(
"#announcement_title"
).
val
(
data
.
data
.
title
);
$
(
"#district_id2"
).
val
(
data
.
data
.
s_label_id
*
1
);
//商学院标签id
var
_data
=
data
[
'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