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-07-24 15:56:06 +0800
Commit
8bc1c8db2209254da78cdd9e23dd96cacf531183
1 parent
b03e47b1
去掉注释
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
actions/channel/detail/trial.html
actions/channel/detail/trial320.html
partials/common/script.html
actions/channel/detail/trial.html
View file @
8bc1c8d
{{> layout/header_jian}}
<div
class=
"detail-container clearfix"
>
{{! 试用步骤}}
{{#if trialStep}}
{{> common/trial_step}}
{{/ if}}
{{! 内容页头部}}
{{# header}}
{{> detail/detail_title}}
{{/ header}}
<div
class=
"detail-body"
>
{{! 内容页主体}}
{{# content}}
{{> detail/trail_content}}
{{/ content}}
{{! 试用状态}}
{{# trialStatus}}
{{> common/trial_status}}
{{/ trialStatus}}
{{! 申请表格}}
{{# if formTip}}
{{> detail/application_form}}
{{/ if}}
{{! 提示框}}
{{# if toolTip}}
{{> detail/tooltip}}
{{/ if}}
...
...
actions/channel/detail/trial320.html
View file @
8bc1c8d
...
...
@@ -14,19 +14,20 @@
</div>
{{/ detailData}}
<div
class=
"detail-body"
>
{{! 内容页主体}}
{{# content}}
{{> detail/trail_content}}
{{/ content}}
{{! 试用状态}}
{{# trialStatus}}
{{> common/trial_status}}
{{/ trialStatus}}
{{! 申请表格}}
{{# if formTip}}
{{> detail/application_form}}
{{/ if}}
{{# if toolTip}}
{{> detail/tooltip}}
{{/ if}}
</div>
</div>
...
...
partials/common/script.html
View file @
8bc1c8d
...
...
@@ -31,3 +31,6 @@
{{# writer}}
{{> script/writer}}
{{/ writer}}
{{# publish}}
{{> script/publish}}
{{/ publish}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment