Commit 06c55f803618b727e5e47da5931eee48d06e540b

Authored by 王强
1 parent 729daada

添加nav在App内的状态栏高度

src/pages/fansShopMessageList/fansShopMessageList.vue
... ... @@ -2,7 +2,7 @@
2 2 <div class="fans-shop-message-list-box">
3 3  
4 4 <!-- nav -->
5   - <back-box @back="back"
  5 + <back-box :style="'padding-top: ' + ($parent.top.value) + 'px'" @back="back"
6 6 :backs="backs">
7 7 </back-box>
8 8  
... ...