pay-ali.hbs
1.43 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
39
40
41
42
43
44
45
46
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
<div class="pay-success">
{{# prompt}}
<div class="fraud-prompt">
<div class="tip"></div>
<div class="fraud-tip">
<div class="tip-content">{{text}}</div>
</div>
</div>
{{/ prompt}}
<div class="top-tip">
<div class="img-c"></div>
<p class="ok-tip">恭喜您,付款成功!</p>
<p>{{packageTitle}}</p>
</div>
<div class="info-table-c">
<table class="info-table">
<tr>
<td>订单编号</td>
<td>{{orderCode}}</td>
</tr>
<tr>
<td>付款金额</td>
<td>¥{{payment}}</td>
</tr>
{{#if payWay}}
<tr>
<td>付款方式</td>
<td>支付宝</td>
</tr>
{{/if}}
{{#if gain_yoho_coin}}
<tr>
<td>返有货币</td>
<td>{{gain_yoho_coin}}</td>
</tr>
{{/if}}
{{#if growth_value}}
<tr>
<td>返成长值</td>
<td>{{growth_value}}</td>
</tr>
{{/if}}
</table>
{{#if msg}}
<div class="growth-tip"><span class="iconfont icon-tan"></span>{{msg}}</div>
{{/if}}
</div>
<div class="btn-c">
<a href="/">随便逛逛</a>
<a href="{{orderUrl}}">查看订单</a>
</div>
{{# wxFooter}}
{{> wx-footer}}
{{/ wxFooter}}
{{# banner}}
{{#data}}
<a href="{{url}}" class="ad-pic" alt="{{alt}}">
<img src="{{image src 640 200}}" />
</a>
{{/data}}
{{/banner}}
{{#if othersBuy}}
<div class="others-buy clearfix">
<p>购买此商品的用户也购买了</p>
{{# othersBuy}}
{{> common/goods}}
{{/ othersBuy}}
</div>
{{/if}}
{{> home/maybe-like}}
</div>