定义键值对:
var reasonType = { "0": "请选择退款原因", "1": "因拍错订单或订单信息填写错误,需要撤销本次交易。", "2": "不想买了,撤销订单。"};
调用:
reasonType['2']== "不想买了,撤销订单。"