Merge remote-tracking branch 'origin/feature/featureTemplate' into gray
Showing
1 changed file
with
6 additions
and
6 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.webShare}} |
3 | + <input id="shareLink" type="hidden" value="{{url}}"> | ||
4 | + <input id="shareDesc" type="hidden" value="{{content}}"> | ||
5 | + <input id="shareImg" type="hidden" value="{{pic}}"> | ||
6 | + <input id="shareTitle" type="hidden" value="{{title}}"> | ||
7 | + {{/content.webShare}} | ||
8 | {{#content.floors}} | 8 | {{#content.floors}} |
9 | {{#isEqualOr type 'sidebar'}} | 9 | {{#isEqualOr type 'sidebar'}} |
10 | {{! 侧悬浮}} | 10 | {{! 侧悬浮}} |
-
Please register or login to post a comment