vant weapp actionsheet組件被小(xiǎo)程序原生(shēng)tabbar擋住

  1. 新聞資(zī)訊
  2. 技術百科
公司新聞 案例分(fēn)享 技術百科 行業動态

vant weapp actionsheet組件被小(xiǎo)程序原生(shēng)tabbar擋住

來源:奇站網絡 浏覽量:3882 發布日期: 2020-07-03

小(xiǎo)程序開(kāi)發引用了vant weapp,發現actionsheet組件彈出時會被小(xiǎo)程序原生(shēng)tabbar擋住,設置了actionsheet z-index也不行。

解決辦法

小(xiǎo)程序原生(shēng)tabbar層級是最高的,所以無解,改用小(xiǎo)程序原生(shēng)actionsheet。

  1. wx.showActionSheet({
  2. itemList: ['從相冊中(zhōng)選擇', '拍照'],
  3. itemColor: "#f7982a",
  4. success: function (res) {
  5. if (!res.cancel) {
  6. if (res.tapIndex == 0) {
  7. _this.chooseWxImage('album', '')
  8. } else if (res.tapIndex == 1) {
  9. _this.chooseWxImage('camera', '')
  10. }
  11. }
  12. }
  13. })
上一(yī)篇 spring boot 入門-事務
下(xià)一(yī)篇 spring boot 聲明式事務

廈門市中資源網絡服務有限公司

電(diàn)話(huà):13313868605

QQ:3413772931

地址:廈門集美區軟件園三期


                    掃一(yī)掃加我(wǒ)咨詢