新增:优惠券、积分明细

This commit is contained in:
2025-08-09 19:59:48 +08:00
parent c82a56eef7
commit 815f020c50
9 changed files with 428 additions and 322 deletions

View File

@@ -11,7 +11,12 @@ const ArticleTabs = (props: any) => {
const reload = async (value) => {
const {data} = props
pageCmsArticle({categoryId: data[value].navigationId, page: 1, limit: 10}).then((res) => {
pageCmsArticle({
categoryId: data[value].navigationId,
page: 1,
status: 0,
limit: 10
}).then((res) => {
res && setList(res?.list || [])
})
.catch(err => {