为了账号安全,请及时绑定邮箱和手机立即绑定

if判断如何使用对象的方式优化?

if判断如何使用对象的方式优化?

慕哥6287543 2019-01-29 21:26:12
if的代码如何优化到最简if (res.OrderInfo.OrderItems.GoodsSource === 'JD') {   res.OrderInfo.OrderItems.GoodsSource = '京东'; } else if (res.OrderInfo.OrderItems.GoodsSource === 'SF') {   res.OrderInfo.OrderItems.GoodsSource = '顺丰'; } else if (res.OrderInfo.OrderItems.GoodsSource === 'SELF') {   res.OrderInfo.OrderItems.GoodsSource = '商户自营'; }
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 445 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信