免费与菜单提示文字

This commit is contained in:
2026-04-21 16:06:42 +08:00
parent 27e694ee0d
commit a0b0956677
3 changed files with 17 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ function Resolved(props: {
router.push(profile ? '/admin/purchase' : '/product')
}}
>
</button>
)
}
@@ -42,7 +42,7 @@ function Pending(props: {
router.push('/product')
}}
>
</button>
)
}