This commit is contained in:
luying
2020-12-18 09:50:22 +08:00
parent 1005b14abc
commit 329d59b6cc
4 changed files with 105 additions and 20 deletions

View File

@@ -147,6 +147,7 @@ export const STATUS = {
// 装备养成 30400-30499
ROLE_EQUIP_PLACE_NOT_ENOUGH: {code: 30400, simStr: '装备栏未装备或无可强化'},
ROLE_COIN_NOT_ENOUGH: {code: 30401, simStr: '铜币不足'},
EQUIP_HAVE_NO_RANDSE: { code: 30403, simStr: '装备无随机属性' },
EQUIP_NOT_FIND: {code: 30500, simStr: '装备不存在'},
EQUIP_IS_EQUIPED: {code: 30501, simStr: '装备已经穿戴'},