Commit 5fc4135f5676b8c8e2c9ac2a4bb1c66be61b4cd3

Authored by 王强
1 parent e72ea9e5

购好物,领头雁严选顶部pl占位Bug处理~

Showing 1 changed file with 1 additions and 1 deletions
src/pages/mall/mall.vue
... ... @@ -15,7 +15,7 @@
15 15 </back-box>
16 16  
17 17 <!-- pl -->
18   - <div class="pl" :class="{'hide': $route.query.hideBack == true, 'is-cnlive': !isWeChat.value, 'is-open-app': $parent.isOpenApp.value}" :style="'padding-top: ' + $parent.top.value + 'px'"></div>
  18 + <div class="pl" :class="{'hide': $route.query.hideBack == true, 'is-cnlive': !isWeChat.value, 'is-open-app': $parent.isOpenApp.value}" :style="'padding-top: ' + $parent.top.value + 'px'" v-if="$parent.isBack && isCNLive.value"></div>
19 19  
20 20 <!--轮播-->
21 21 <swiper v-if="banner"
... ...