fix(ActivityDetailPage): 移除返回按钮以简化界面
移除ActivityDetailPage中的返回按钮,以简化用户界面并减少不必要的操作元素
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -109,7 +109,7 @@ const RightContent = defineComponent({ | ... | @@ -109,7 +109,7 @@ const RightContent = defineComponent({ |
| 109 | </script> | 109 | </script> |
| 110 | 110 | ||
| 111 | <template> | 111 | <template> |
| 112 | - <AppLayout title="活动详情" :showBackButton="true" :rightContent="RightContent"> | 112 | + <AppLayout title="活动详情" :showBackButton="false" :rightContent="RightContent"> |
| 113 | <div class="pb-24"> | 113 | <div class="pb-24"> |
| 114 | <!-- Activity Cover Image --> | 114 | <!-- Activity Cover Image --> |
| 115 | <div class="w-full h-56 relative"> | 115 | <div class="w-full h-56 relative"> | ... | ... |
-
Please register or login to post a comment