Blame view

apps/guang/views/action/plustar/detail.hbs 5.76 KB
zhangxiaoru authored
1 2
<div class="ps-detail-page ps-page yoho-page">
    {{# ps}}
zhangxiaoru authored
3
        <div id="brand-info" class="header brand-info ps-block" data-id="{{brand_id}}">
4 5
            <img class="banner" src="{{image2 cover_img w=640 h=309 q=60}}">
            <img class="logo" src="{{image2 brand_ico q=60}}">
zhangxiaoru authored
6 7
            <div class="header-content clearfix">
                <p class="name-islike-container">
zhangxiaoru authored
8
                    <span class="name">{{brand_name}}</span>
陈峰 authored
9
                    {{#unless @root.wap.plustar.removeCollect}}
陈峰 authored
10
                    <a id="brand-like" class="brand-islike iconfont" href="{{likeUrl}}">
zhangxiaoru authored
11 12
                        &#xe605;
                    </a>
陈峰 authored
13
                    {{/unless}}
zhangxiaoru authored
14 15
                </p>
                <div id="more-intro-click-range" class="clearfix">
zhangxiaoru authored
16
                    <div id="intro" class="intro">
zhangxiaoru authored
17
                        {{{brand_intro}}}
zhangxiaoru authored
18
                    </div>
zhangxiaoru authored
19
                    {{#if brand_intro}}
zhangxiaoru authored
20 21 22 23 24 25 26 27
                    <span id="more-intro" class="more-intro">
                        <span id="intro-more-txt">more</span>
                        <i class="icon iconfont">&#xe609;</i>
                    </span>
                    {{/if}}
                </div>
            </div>
        </div>
28
        {{#if newArrival.naList}}
zhangxiaoru authored
29 30 31
            <div class="new-arrival ps-block">
                <div class="floor-header-more">
                    <h2>NEW ARRIVAL</h2>
32
                    <a class="more-btn iconfont buriedpoint" href="{{newArrival.moreUrl}}" data-bp-id="shop_more_btn_0">&#xe606;</a>
zhangxiaoru authored
33 34
                </div>
                <div class="new-arrival-content clearfix">
35
                    {{# newArrival.naList}}
zhangxiaoru authored
36
                        {{> good}}
37
                    {{/ newArrival.naList}}
zhangxiaoru authored
38 39
                </div>
                <div class="more-goods-container">
40
                    <a class="mg-text" href="{{newArrival.moreUrl}}">
zhangxiaoru authored
41 42 43 44 45
                        更多商品
                        <span class="more-prods iconfont">&#xe604;</span>
                    </a>
                </div>
            </div>
46
        {{/if}}
陈峰 authored
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
        <div class="related-infos data-bind ps-block">
            <div>
                <h2 class="related-info-title">相关资讯</h2>
            </div>
            <div id="related-infos-container" class="related-infos-container">
                <div class="guang-info" data-id="">
                    <a class="info-author clearfix data-bind" href="">
                        <img class="lazy avatar" data-original="">
                        <span class="name"></span>
                    </a>

                    <div class="info-img">
                        <a href="javascript:;" class="info-match data-bind">
                            <span class="is-tips data-bind">小贴士</span>
                            <div class="is-tips info-tag tip data-bind"></div>
                            <span class="is-collocation data-bind">搭配</span>
                            <div class="is-collocation info-tag collocation data-bind"></div>
                            <span class="is-fashionMan data-bind">潮人</span>
                            <div class="is-fashionMan info-tag fashion-man data-bind"></div>
                            <span class="is-fashion-good data-bind">潮品</span>
                            <div class="is-fashion-good info-tag fashion-good data-bind"></div>
                            <span class="is-topic data-bind">话题</span>
                            <div class="is-topic info-tag topic data-bind"></div>
                            <span class="is-special-topic data-bind">专题</span>
                            <div class="is-special-topic info-tag special-topic data-bind"></div>
                        </a>
                        <a href="" class="info-img-link">
                            <img class="lazy" data-original="" alt="">
                        </a>
                    </div>

                    <div class="info-deps">
                        <a class="info-title-container" href="">
                            <h2 class="info-title"></h2>
                        </a>
                        <p class="info-text"></p>
                        <div class="time-view-like-share clearfix">
                            <i class="iconfont">&#xe603;</i>
                            <span class="publish-time"></span>&nbsp;&nbsp;&nbsp;&nbsp;
                            <i class="iconfont">&#xe602;</i>
                            <span class="page-view"></span>
                            <div class="like-share-container">
                                <i class="iconfont data-bind like-btn">&#xe601;</i>
                                <span class="like-count data-bind"></span>
                                <a href="" class="collect-link data-bind">
                                    <i class="iconfont collect-btn">&#xe605;</i>
                                </a>
                                <a href="" class="iconfont share-btn data-bind">&#xe600;</a>
                            </div>
                        </div>
                    </div>
zhangxiaoru authored
98 99
                </div>
            </div>
陈峰 authored
100
        </div>
zhangxiaoru authored
101 102

        <input id="jump-to-app" type="hidden" value="{{jumpToApp}}">
103
        <input id="brandId" type="hidden" value="{{brand_id}}">
陈峰 authored
104 105 106
        {{#unless @root.wap.plustar.removeRelatedPost}}
            <input id="related-infos-demote" type="hidden" value="1">
        {{/unless}}
zhangxiaoru authored
107 108 109 110 111 112
        {{!-- wx-share --}}
        <input id="shareLink" type="hidden" value="{{shareLink}}">
        <input id="shareImg" type="hidden" value="{{shareImg}}">
        <input id="shareTitle" type="hidden" value="{{shareTitle}}">
        <input id="shareDesc" type="hidden" value="{{shareDesc}}">
    {{/ ps}}
113 114

        <input type="hidden" name="uid" value="{{uid}}">
zhangxiaoru authored
115
        <input type="hidden" name="isApp" value="{{isApp}}">
116
</div>