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
43296ea2
Commit
43296ea2
authored
Apr 03, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
41a19163
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
0 deletions
+30
-0
News.php
application/index/controller/News.php
+5
-0
test.html
application/index/view/news/test.html
+23
-0
route.php
application/route.php
+2
-0
No files found.
application/index/controller/News.php
View file @
43296ea2
...
@@ -315,4 +315,8 @@ class News extends Basic
...
@@ -315,4 +315,8 @@ class News extends Basic
return
view
(
'plNews'
);
return
view
(
'plNews'
);
}
}
public
function
test
(){
return
view
(
'test'
);
}
}
}
\ No newline at end of file
application/index/view/news/test.html
0 → 100644
View file @
43296ea2
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Title
</title>
</head>
<body>
<script
language=
"javascript"
type=
"text/javascript"
src=
"http://pre2.tonglianjituan.com/resource/lib/ueditor/ueditor.config.js"
></script>
<script
language=
"javascript"
type=
"text/javascript"
src=
"http://pre2.tonglianjituan.com/resource/lib/ueditor/ueditor.all.min.js"
></script>
111
<script
type=
"text/plain"
id=
"myEditor"
style=
"width:880px;height:240px;"
>
</script>
<script
type =
"text/javascript"
>
var
ue
=
UE
.
getEditor
(
'myEditor'
);
</script>
</body>
</html>
\ No newline at end of file
application/route.php
View file @
43296ea2
...
@@ -327,6 +327,8 @@ Route::group('index', [
...
@@ -327,6 +327,8 @@ Route::group('index', [
'delNewsFile'
=>
[
'index/news/delNewsFile'
,
[
'method'
=>
'POST'
]
],
//删除商学院附件
'delNewsFile'
=>
[
'index/news/delNewsFile'
,
[
'method'
=>
'POST'
]
],
//删除商学院附件
'plNews'
=>
[
'index/news/plNews'
,
[
'method'
=>
'GET'
]],
//商学院评论
'plNews'
=>
[
'index/news/plNews'
,
[
'method'
=>
'GET'
]],
//商学院评论
'test'
=>
[
'index/news/test'
,
[
'method'
=>
'GET'
]],
'agentEvaluateNumAndFraction'
=>
[
'index/broker/agentEvaluateNumAndFraction'
,
[
'method'
=>
'POST|GET'
]
],
//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'agentEvaluateNumAndFraction'
=>
[
'index/broker/agentEvaluateNumAndFraction'
,
[
'method'
=>
'POST|GET'
]
],
//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'uploadImg'
=>
[
'index/UploadImg/uploadImg'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'uploadImg'
=>
[
'index/UploadImg/uploadImg'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'uploadEditor'
=>
[
'index/UploadImg/uploadEditor'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'uploadEditor'
=>
[
'index/UploadImg/uploadEditor'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
...
...
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