Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
2586703@qq.com
2015-04-29 16:08:04 +0800
Commit
88bf5ffbdab53688ea9111df14c5a9aad1623b1b
1 parent
6c87ff30
feedback相关模板
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
4 deletions
actions/channel/about/feedback.html
actions/channel/detail/index.html
partials/common/script.html
partials/script/feedback.html
actions/channel/about/feedback.html
View file @
88bf5ff
...
...
@@ -11,4 +11,6 @@
<div
class=
"comments-box feedback"
></div>
</div>
</div>
{{> layout/footer}}
\ No newline at end of file
{{> layout/footer}}
{{> common/comment}}
{{> common/third_login}}
\ No newline at end of file
...
...
actions/channel/detail/index.html
View file @
88bf5ff
...
...
@@ -7,12 +7,14 @@
{{# content}}
{{> detail/detail_video}}
{{> detail/detail_slide}}
{{> detail/detail_img}}
{{> detail/detail_text}}
<!--翻转、变脸、视频-->
<!--翻转、变脸、视频-->
{{# coverEffect}}
<div>
{{html}}
</div>
{{/ coverEffect}}
{{> detail/detail_img}}
{{> detail/detail_text}}
{{/ content}}
{{> detail/detail_tag}}
{{> detail/detail_status}}
...
...
partials/common/script.html
View file @
88bf5ff
...
...
@@ -26,3 +26,7 @@
{{# magazine_js}}
{{> script/magazine}}
{{/ magazine_js}}
{{# feedback_js}}
{{> script/feedback}}
{{/ feedback_js}}
\ No newline at end of file
...
...
partials/script/feedback.html
0 → 100644
View file @
88bf5ff
<script
type=
"text/javascript"
charset=
"utf-8"
>
//详情页面JS
seajs
.
use
([
'js/channel/feedback'
,
'js/public'
],
function
(
feedback
)
{
if
(
feedback
)
{
feedback
.
init
();
}
});
</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment