From 0601729c92efbc960b2fcb889a4f6bf5da3f80c7 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 5 Aug 2024 15:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=AE=A1=E7=90=86:=20?= =?UTF-8?q?=E7=BC=96=E8=BE=91:=20=E6=8A=A5=E4=BB=B7:=20CNY->=20RMB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useProductsSets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,