Merge branch 'feature/new_customer' of http://git.dev.yoho.cn/web/yohobuy into feature/new_customer
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -5,9 +5,9 @@ | @@ -5,9 +5,9 @@ | ||
5 | </div> | 5 | </div> |
6 | <div class="pay-success"> | 6 | <div class="pay-success"> |
7 | <p>恭喜您,订单提交成功!</p> | 7 | <p>恭喜您,订单提交成功!</p> |
8 | - {{#Price}} | ||
9 | - <p>您需要在收货时向送货员支付<span>¥{{Price}}</span></p> | ||
10 | - {{/Price}} | 8 | + {{#price}} |
9 | + <p>您需要在收货时向送货员支付<span>¥{{price}}</span></p> | ||
10 | + {{/price}} | ||
11 | </div> | 11 | </div> |
12 | <div class="message">预计发货时间:每日16:00之前提交订单当天发货,16:00点之后提交订单次日发货</div> | 12 | <div class="message">预计发货时间:每日16:00之前提交订单当天发货,16:00点之后提交订单次日发货</div> |
13 | <div class="btn-list"> | 13 | <div class="btn-list"> |
-
Please register or login to post a comment