Authored by QC-L

移除无用 log

@@ -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':// 申请退款