Authored by yyq

hbs {{{}}}

@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 {{# questionContents}} 13 {{# questionContents}}
14 <dd class="radio-option" data-index="{{@index}}"> 14 <dd class="radio-option" data-index="{{@index}}">
15 <span class="iconfont">&#xe6ea;</span> 15 <span class="iconfont">&#xe6ea;</span>
16 - {{option}} 16 + {{{option}}}
17 {{#if addon}} 17 {{#if addon}}
18 <input type="text"> 18 <input type="text">
19 {{/if}} 19 {{/if}}
@@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
25 {{# questionContents}} 25 {{# questionContents}}
26 <dd class="check-option"> 26 <dd class="check-option">
27 <span class="iconfont">&#xe6ea;</span> 27 <span class="iconfont">&#xe6ea;</span>
28 - {{option}} 28 + {{{option}}}
29 {{#if addon}} 29 {{#if addon}}
30 <input type="text"> 30 <input type="text">
31 {{/if}} 31 {{/if}}