物品:获取铜钱等

This commit is contained in:
luying
2021-07-15 16:57:02 +08:00
parent 74800e31ac
commit b094104fa6

View File

@@ -215,7 +215,7 @@ export function getCurNameById(gid: number) {
if (!currency) {
return '';
}
return currency.name;
return currency.type;
}
export enum QUALITY_TYPE {