整理订单状态显示及功能按钮

This commit is contained in:
geng.tang@qq.com
2024-01-26 15:31:43 +08:00
parent e954472f26
commit 3b5615eeef
10 changed files with 346 additions and 165 deletions

View File

@@ -30,7 +30,7 @@
onLoad(options) {
const app = this
pageArticle({
categoryId: 51
categoryId: options.id
}).then(res => {
app.itemList = res.data.list
})