首頁  >  問答  >  主體

javascript - vux 的tabbar在iphone出現bug 怎麼解決?

正常顯示是這樣的

但是在朋友的iphone6裡面就是這樣的

#在6sp 6s裡面都是正常的 求問為什麼會出現這種問題?

程式碼就是跟官網路上複製的差不多

   <tabbar  style="position:fixed">
      <tabbar-item link="/index?id=1">
        <img slot="icon" src="../assets/img/footer_nav_1_active.png">
        <span slot="label" style="color:#dd2727">首页</span>
      </tabbar-item>
      <tabbar-item link="/sort">
        <img slot="icon" src="../assets/img/footer_nav_2.png">
        <span slot="label">分类</span>
      </tabbar-item>
      <tabbar-item link="/car">
        <img slot="icon" src="../assets/img/footer_nav_3.png">
        <span slot="label">购物车</span>
      </tabbar-item>
      <tabbar-item link="/user">
        <img slot="icon" src="../assets/img/footer_nav_4.png">
        <span slot="label">我</span>
      </tabbar-item>
    </tabbar>
淡淡烟草味淡淡烟草味2688 天前626

全部回覆(2)我來回復

  • 高洛峰

    高洛峰2017-05-19 10:40:34

    從頁面上看,亂的好像不只tabbar,上面的搜尋不是也亂了?

    亂掉的那台可能是你開發前他有瀏覽過,樣式被緩存了

    清一下緩存看看,我先跑了 :D

    回覆
    0
  • 世界只因有你

    世界只因有你2017-05-19 10:40:34

    遇到類似問題.發現原因是圖片的大小問題

    回覆
    0
  • 取消回覆