Authored by zhangxiaoru

this

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