Authored by zhangxiaoru

this

@@ -78,7 +78,7 @@ module.exports = class extends global.yoho.BaseModel { @@ -78,7 +78,7 @@ module.exports = class extends global.yoho.BaseModel {
78 }); 78 });
79 } 79 }
80 80
81 - _.each(order.links, function(val) { 81 + _.each(order.links, (val) => {
82 switch (val) { 82 switch (val) {
83 case 'refundApply':// 申请退款 83 case 'refundApply':// 申请退款
84 orderBtn.push({ 84 orderBtn.push({