Authored by QC-L

移除无用 log

... ... @@ -94,7 +94,6 @@ module.exports = class extends global.yoho.BaseModel {
请在<i class="hours new-hours hide">${countTime}</i>内完成支付,超时订单自动取消`;
}
console.log(order);
_.each(order.links, (val) => {
switch (val) {
case 'refundApply':// 申请退款
... ...