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)} > - +
)}