1
|
{{> layout/header_jian}}
|
1
|
{{> layout/header_jian}}
|
2
|
<div class="detail-container clearfix">
|
2
|
<div class="detail-container clearfix">
|
3
|
- {{! 试用步骤}}
|
|
|
4
|
{{#if trialStep}}
|
3
|
{{#if trialStep}}
|
5
|
{{> common/trial_step}}
|
4
|
{{> common/trial_step}}
|
6
|
{{/ if}}
|
5
|
{{/ if}}
|
7
|
|
6
|
|
8
|
- {{! 内容页头部}}
|
|
|
9
|
{{# header}}
|
7
|
{{# header}}
|
10
|
{{> detail/detail_title}}
|
8
|
{{> detail/detail_title}}
|
11
|
{{/ header}}
|
9
|
{{/ header}}
|
12
|
<div class="detail-body">
|
10
|
<div class="detail-body">
|
13
|
- {{! 内容页主体}}
|
|
|
14
|
{{# content}}
|
11
|
{{# content}}
|
15
|
{{> detail/trail_content}}
|
12
|
{{> detail/trail_content}}
|
16
|
{{/ content}}
|
13
|
{{/ content}}
|
17
|
|
14
|
|
18
|
- {{! 试用状态}}
|
|
|
19
|
{{# trialStatus}}
|
15
|
{{# trialStatus}}
|
20
|
{{> common/trial_status}}
|
16
|
{{> common/trial_status}}
|
21
|
{{/ trialStatus}}
|
17
|
{{/ trialStatus}}
|
22
|
|
18
|
|
23
|
- {{! 申请表格}}
|
|
|
24
|
{{# if formTip}}
|
19
|
{{# if formTip}}
|
25
|
{{> detail/application_form}}
|
20
|
{{> detail/application_form}}
|
26
|
{{/ if}}
|
21
|
{{/ if}}
|
27
|
|
22
|
|
28
|
- {{! 提示框}}
|
|
|
29
|
{{# if toolTip}}
|
23
|
{{# if toolTip}}
|
30
|
{{> detail/tooltip}}
|
24
|
{{> detail/tooltip}}
|
31
|
{{/ if}}
|
25
|
{{/ if}}
|