From 79892672ceb44f4ca452d03b0602ccf622e2277c Mon Sep 17 00:00:00 2001 From: al Date: Mon, 4 Nov 2024 15:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/my/createProfile/page.jsx | 2 +- app/space/setting/spacePaymentSetting/page.jsx | 2 +- components/UploadImgs/index.js | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/my/createProfile/page.jsx b/app/my/createProfile/page.jsx index 344b584..96a8dae 100644 --- a/app/my/createProfile/page.jsx +++ b/app/my/createProfile/page.jsx @@ -508,7 +508,7 @@ export default function CreateProfile() { }} onClick={handleSubmit} > - 保存设置 + {isSubmitting ? "正在保存..." : "保存设置"} diff --git a/app/space/setting/spacePaymentSetting/page.jsx b/app/space/setting/spacePaymentSetting/page.jsx index 67bac28..cce67c5 100644 --- a/app/space/setting/spacePaymentSetting/page.jsx +++ b/app/space/setting/spacePaymentSetting/page.jsx @@ -536,7 +536,7 @@ export default function spacePaymentSetting() { }} onClick={handleSubmit} > - 保存设置 + {isSubmitting ? "正在保存..." : "保存设置"} diff --git a/components/UploadImgs/index.js b/components/UploadImgs/index.js index 9978d2e..dd6319b 100644 --- a/components/UploadImgs/index.js +++ b/components/UploadImgs/index.js @@ -140,17 +140,17 @@ export default function UploadImgs({
handleRemoveItem(index)} > - +
{type == 2 && (
showPhotos(filesUrls)} > - +
)}