帖子
帖子
用户
博客
课程
显示全部楼层
187
帖子
2
勋章
2091
Y币

[云开发] tab刷新问题

[复制链接]
发表于 2022-8-24 19:08:47
                        api.addEventListener({
                        name: 'tabitembtn'
                }, function (ret) {
                        console.log('点击了第' + (ret.index + 1) + '项');
                        api.setTabBarAttr({
                                index: ret.index
                        });
                        if (ret.index == 3) {
                                console.log("33333333333333333");
                        }

切换到其他页面后,console.log("33333333333333333");  代码不会执行了,

api.setTabBarAttr({
                                index: ret.index
                        }); 执行到这一步,页面已经切换过去了
您需要登录后才可以回帖 登录

本版积分规则