Commit b41f500fc6d1dfca3250bcaf644f4ba783cd583b
1 parent
d0d104b8
去掉活动标题~
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/activities/activities.vue
| ... | ... | @@ -13,9 +13,9 @@ |
| 13 | 13 | </back-box> |
| 14 | 14 | |
| 15 | 15 | <!-- 页面标题,APP内才显示 --> |
| 16 | - <div class="title-box" :style="'top: ' + (14 + $parent.top.value) + 'px; pointer-events: none;'" v-if="isCNLive.value"> | |
| 16 | + <!-- <div class="title-box" :style="'top: ' + (14 + $parent.top.value) + 'px; pointer-events: none;'" v-if="isCNLive.value"> | |
| 17 | 17 | {{title}} |
| 18 | - </div> | |
| 18 | + </div> --> | |
| 19 | 19 | |
| 20 | 20 | <!-- 页头图片 --> |
| 21 | 21 | <index-swiper v-if="swipers" | ... | ... |