feat(card-walmart-info): 补充订单历史状态描述
- 新增了三种订单操作状态的描述: - 查询卡密余额 - 开始绑卡 - 绑卡结束 - 优化了订单历史组件中的状态显示
This commit is contained in:
@@ -119,6 +119,12 @@ const mapStatus = (opeationStatus: number) => {
|
||||
return '服务器错误';
|
||||
case 16:
|
||||
return '开始处理';
|
||||
case 17:
|
||||
return ' 查询卡密余额';
|
||||
case 18:
|
||||
return ' 开始绑卡';
|
||||
case 19:
|
||||
return ' 绑卡结束';
|
||||
default:
|
||||
return '未知状态';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user