调整 优化代码细节

This commit is contained in:
Little Write
2025-09-27 18:04:48 +08:00
parent 01925858ec
commit 95cb7fc862
4 changed files with 102 additions and 102 deletions

View File

@@ -50,12 +50,7 @@ const PaymentSetting = () => {
}
break;
case 'CreemProducts':
try {
newInputs[item.key] = item.value;
} catch (error) {
console.error('解析CreemProducts出错:', error);
newInputs[item.key] = '[]';
}
newInputs[item.key] = item.value || '[]';
break;
case 'Price':
case 'MinTopUp':