Merge branch 'feature/featureTemplate' into release/5.5
Showing
1 changed file
with
6 additions
and
0 deletions
1 | <div class="feature-page yoho-page"> | 1 | <div class="feature-page yoho-page"> |
2 | + {{#content.share}} | ||
3 | + <input id="shareLink" type="hidden" value="{{shareUrl}}"> | ||
4 | + <input id="shareDesc" type="hidden" value="{{shareTitleSub}}"> | ||
5 | + <input id="shareImg" type="hidden" value="{{shareImage}}"> | ||
6 | + <input id="shareTitle" type="hidden" value="{{shareTitleMain}}"> | ||
7 | + {{#content.share}} | ||
2 | {{#content.floors}} | 8 | {{#content.floors}} |
3 | {{#isEqualOr type 'sidebar'}} | 9 | {{#isEqualOr type 'sidebar'}} |
4 | {{! 侧悬浮}} | 10 | {{! 侧悬浮}} |
-
Please register or login to post a comment