优化发布确认文案

This commit is contained in:
yml2213
2026-07-28 14:45:33 +08:00
parent c86caeb667
commit e75f1a8519
5 changed files with 31 additions and 21 deletions
@@ -714,7 +714,8 @@ export function usePublishForm(options: UsePublishFormOptions) {
if (!virtualAssetSaleAgreementChecked.value || !sellerAgreementChecked.value) {
return '请先阅读并勾选两份发布协议'
}
if (!passwordAndDeviceConfirmed.value) return '请确认已知晓打完需改密并清除登录设备'
if (!passwordAndDeviceConfirmed.value)
return '请勾选确认已知晓:完成后须改密并清除登录设备等事项'
for (const item of pricing.screenshotSlots.value) {
if (isScreenshotRequired(item) && getScreenshotCount(item.key) === 0)
return `请上传${item.label}`