亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

javascript - How to solve the bug in vux tabbar on iPhone?
淡淡煙草味
淡淡煙草味 2017-05-19 10:38:34
0
2
740

The normal display is like this

But it’s like this on my friend’s iphone6

It is normal in 6sp and 6s. Why does this problem occur?

The code is almost the same as copied from the official website

   <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>
淡淡煙草味
淡淡煙草味

reply all(2)
小葫蘆

Looking from the page, it seems that not only the tabbar is messed up, but the search above is also messed up?

The messed up one may have been browsed before you developed it, and the style has been cached.

Clear the cache and see, I ran first: D

世界只因有你

I encountered a similar problem. I found that the reason was the size of the picture

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template