Showing
1 changed file
with
0 additions
and
1 deletions
@@ -94,7 +94,6 @@ module.exports = class extends global.yoho.BaseModel { | @@ -94,7 +94,6 @@ module.exports = class extends global.yoho.BaseModel { | ||
94 | 请在<i class="hours new-hours hide">${countTime}</i>内完成支付,超时订单自动取消`; | 94 | 请在<i class="hours new-hours hide">${countTime}</i>内完成支付,超时订单自动取消`; |
95 | } | 95 | } |
96 | 96 | ||
97 | - console.log(order); | ||
98 | _.each(order.links, (val) => { | 97 | _.each(order.links, (val) => { |
99 | switch (val) { | 98 | switch (val) { |
100 | case 'refundApply':// 申请退款 | 99 | case 'refundApply':// 申请退款 |
-
Please register or login to post a comment