Showing
1 changed file
with
1 additions
and
1 deletions
@@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
11 | 11 | ||
12 | <div class="desc-content"> | 12 | <div class="desc-content"> |
13 | {{#each list}} | 13 | {{#each list}} |
14 | + {{log .}} | ||
14 | {{#ifcond floorType '===' 1}} | 15 | {{#ifcond floorType '===' 1}} |
15 | - {{log content}} | ||
16 | <div>{{content}}</div> | 16 | <div>{{content}}</div> |
17 | {{/ifcond}} | 17 | {{/ifcond}} |
18 | 18 |
-
Please register or login to post a comment