price-notice.hbs
1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{{!-- 降价通知弹出框 --}}
<div id="price-notice" class="price-notice hide">
<span class="close">
<i class="iconfont"></i>
关闭
</span>
<div class="content">
<p class="tip">我们将第一时间将该商品的降价信息发送给您,请您填写手机号码.</p>
<label for="notice-phone-num">手机号码</label>
<input id="notice-phone-num" type="text" value="{{favProducts.reduction.phone}}">
<p class="err-text hide">
<i></i>
<em></em>
</p>
<p class="phone-diff hide">订阅号码修改,您订阅的全部降价通知将发送到以上号码</p>
</div>
<div class="success hide">
<p>
<span class="iconfont"></span>
<em class="subscribe-or-cancel">订阅成功</em>
!
</p>
<p>
您还可以免费订阅
<em class="notice-num"></em>
个降价商品
</p>
</div>
<div class="cue">
<p>
<span class="iconfont"></span>
<em class="error-message">您的订阅数已经到达上限</em>
!
</p>
</div>
<span class="price-notice-sure">确定</span>
</div>