Blame view

public/hbs/product/notify.hbs 663 Bytes
htoooth authored
1 2 3 4 5 6 7
<div>
    <div>
        <i class="iconfont ring">&#xe701;    </i>
        <span class="title">到货通知</span>
    </div>

    <div class="content">
htoooth authored
8 9
        商品一旦在 30 日内到货,我们将第一时间通知您,<br/>
        请下载有货APP关注消息哦!
htoooth authored
10
    </div>
htoooth authored
11 12

    <div class="content">
htoooth authored
13
        <i class="iconfont checked active">&#xe613;</i>
htoooth authored
14 15 16
        <span>添加收藏夹</span>
    </div>
htoooth authored
17 18 19 20
    <div class="content">
        <div class="qr-img"></div>
    </div>
htoooth authored
21
     <div class="row">
htoooth authored
22 23
            <a class='ok' data-pid="{{pid}}" data-sku="{{sku}}">订阅</a>
            <a class='cancel btn-close'>取消</a>
htoooth authored
24
     </div>
htoooth authored
25
htoooth authored
26
</div>