Showing
1 changed file
with
7 additions
and
2 deletions
@@ -8,12 +8,17 @@ | @@ -8,12 +8,17 @@ | ||
8 | {{/if}} | 8 | {{/if}} |
9 | <div class="show-area" id="bottomShowArea"> | 9 | <div class="show-area" id="bottomShowArea"> |
10 | {{#component}} | 10 | {{#component}} |
11 | - <div class="per-show hide" style="width: {{width}}%;left:{{left}}%;bottom:{{../height}}rem" id="bottomShow{{url}}-{{@index}}"></div> | 11 | + <div class="per-show hide" style="width: {{width}}%;left:{{left}}%;bottom:{{../height}}rem"{{#isEqualOr linkTarget '2'}} id="bottomShow{{url}}-{{@index}}"{{/isEqualOr}}></div> |
12 | {{/component}} | 12 | {{/component}} |
13 | </div> | 13 | </div> |
14 | <div class="click-area" id="bottomFixClickArea" style="height:{{height}}rem"> | 14 | <div class="click-area" id="bottomFixClickArea" style="height:{{height}}rem"> |
15 | {{#component}} | 15 | {{#component}} |
16 | - <div class="per-click" style="width: {{width}}%;height:{{height}}%" data-url="{{url}}" id="bottomClick{{url}}-{{@index}}"> | 16 | + {{#isEqualOr linkTarget '1' '3'}} |
17 | + <a href="{{url}}" class="per-click" style="width: {{width}}%;height:{{height}}%"></a> | ||
18 | + {{/isEqualOr}} | ||
19 | + {{#isEqualOr linkTarget '2'}} | ||
20 | + <div class="per-click" style="width: {{width}}%;height:{{height}}%" data-url="{{url}}" id="bottomClick{{url}}-{{@index}}"> | ||
21 | + {{/isEqualOr}} | ||
17 | </div> | 22 | </div> |
18 | {{/component}} | 23 | {{/component}} |
19 | </div> | 24 | </div> |
-
Please register or login to post a comment