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
unknown
2015-09-30 13:20:34 +0800
Commit
432b5b32fc6908b7611d2c2e03e05c3d111687bb
1 parent
0c10999e
试用模板修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
partials/common/trial_status.html
partials/common/trial_status_hk.html
partials/script/detail_trial.html
partials/common/trial_status.html
View file @
432b5b3
<div
class=
"trial-status clearfix"
>
{{#if passCheck}}
<!--
{{#if passCheck}}
<p class="pass-tip">您已经通过审核,发点试用心得吧~</p>
{{/if}}
{{/if}}
-->
{{#if isEnd}}
<a
class=
"end-btn"
href=
"javascript:;"
>
活动已结束
</a>
{{/if}}
...
...
partials/common/trial_status_hk.html
View file @
432b5b3
<div
class=
"trial-status clearfix"
>
{{#if passCheck}}
<!--
{{#if passCheck}}
<p class="pass-tip">您已經通過審核,發點試用心得吧~</p>
{{/if}}
{{/if}}
-->
{{#if isEnd}}
<a
class=
"end-btn"
href=
"javascript:;"
>
活動已結束
</a>
{{/if}}
...
...
partials/script/detail_trial.html
View file @
432b5b3
<script
type=
"text/javascript"
charset=
"utf-8"
>
//详情页面JS
seajs
.
use
([
'js/public'
,
'js/channel/detail-trial'
]);
seajs
.
use
([
'js/public'
,
'js/channel'
,
'js/channel/detail-trial'
]);
</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment