feat: 流程串通

This commit is contained in:
2025-09-01 14:50:14 +08:00
parent a2502df05b
commit 66c85d6586
4 changed files with 29 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ const ListCard: React.FC<ListCardProps> = ({
};
const handleViewDetail = () => {
console.log('id', id)
Taro.navigateTo({
url: `/pages/detail/index?id=${id || 1}&from=list&autoShare=0`,
});