商品以及商品详情

This commit is contained in:
liu
2026-07-06 11:32:58 +08:00
parent 97e7a6083c
commit c25cf0e8b3
32 changed files with 3585 additions and 45 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export default function Tasks() {
}, [activeFilter, searchValue])
const handleTaskClick = (id: string) => {
Taro.showToast({ title: '任务详情即将上线', icon: 'none' })
Taro.navigateTo({ url: `/pages/task-detail/index?id=${id}` })
}
return (