支付宝小程序的cover-view不能覆盖在Tabbar上吗

追格官方小助手/ 2022年04月15日/ WordPress/ 浏览 1479

支付宝小程序的Tabbar层级比较高,这个是无法覆盖掉Tabbar的,支付宝小程序有一个my.hideTabBar是隐藏标签页(tabbar)的 API,my.showTabBar是显示标签页(tabbar)的 API,不妨看看是否能解决自己的问题。


my.hideTabBar示例代码:


// .js
my.hideTabBar({
    animation: true
})


my.showTabBar示例代码:


// .js
my.showTabBar({
    animation: true
})


接口详见支付宝小程序官网:

https://opendocs.alipay.com/mini/api/at18z8

https://opendocs.alipay.com/mini/api/dpq5dh

发表评论

暂无评论,抢个沙发...

客服 工单