diff --git a/src/hooks/useProductsSets.js b/src/hooks/useProductsSets.js index 904c653..b83efad 100644 --- a/src/hooks/useProductsSets.js +++ b/src/hooks/useProductsSets.js @@ -166,7 +166,7 @@ export const useNewProductRecord = () => { 'id': '', 'adult_cost': 0, 'child_cost': 0, - 'currency': 'CNY', + 'currency': 'RMB', 'unit_id': '1', 'unit_name': '每团', 'group_size_min': 1,