feat: add interactive dispute evidence upload and sealed review mechanism
This commit is contained in:
@@ -30,12 +30,11 @@ export default function ReviewPage({ params }: { params: Promise<{ id: string }>
|
||||
<div className="container mx-auto py-8 px-4 max-w-lg text-center space-y-4">
|
||||
<Lock className="h-12 w-12 mx-auto text-muted-foreground" />
|
||||
<h2 className="text-xl font-bold">评价已提交</h2>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
你的评价已密封保存,待对方也提交评价后将同时揭晓
|
||||
</p>
|
||||
<Button asChild>
|
||||
<Link href={`/order/${id}`}>返回订单</Link>
|
||||
</Button>
|
||||
<p className="text-sm text-muted-foreground">等待对方提交评价中</p>
|
||||
<p className="text-sm text-muted-foreground">双方都提交评价后将同时揭晓</p>
|
||||
<Link href={`/order/${id}`} className="text-sm text-primary hover:underline">
|
||||
返回订单详情
|
||||
</Link>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user