...
|
...
|
@@ -19,8 +19,8 @@ |
|
|
{{#if_cond comfort "===" "SMALL"}}偏小{{/if_cond}}
|
|
|
{{#if_cond comfort "===" "BIG"}}偏大{{/if_cond}}
|
|
|
</dd>
|
|
|
{{#if height}}<dd>身高:{{height}} 厘米</dd>{{/if}}
|
|
|
{{#if weight}}<dd>体重:{{weight}} 公斤</dd>{{/if}}
|
|
|
<dd>{{#if height}}身高:{{height}} 厘米{{/if}}</dd>
|
|
|
<dd>{{#if weight}}体重:{{weight}} 公斤{{/if}}</dd>
|
|
|
</dl>
|
|
|
</div>
|
|
|
|
...
|
...
|
|