hookehuyr

fix(ActivitiesCover): 修复分享海报路由

- 修改 onSharePoster 跳转到 PosterCheckin(老页面)
- ActivitiesCover 使用老 API,应该跳转到使用老 API 的海报页面
- ActivitiesDetail 继续跳转到 PosterCheckinDetail(新页面)
......@@ -629,7 +629,7 @@ defineExpose({
const onSharePoster = () => {
console.log('分享海报')
Taro.navigateTo({
url: '/pages/PosterCheckinDetail/index',
url: '/pages/PosterCheckin/index',
})
}
......