bandiaozi
bandiaozi
  • 发布:2022-11-15 18:16
  • 更新:2022-11-15 22:20
  • 阅读:286

【报Bug】uni.switchTab 跳转,未跳转到tabbar页面

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 10

HBuilderX类型: Alpha

HBuilderX版本号: 3.4.9

手机系统: Android

手机系统版本号: Android 10

手机厂商: OPPO

手机机型: r15

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

page.json

{  
                "pagePath": "pages/tabbar/index/index",  
                "iconPath": "static/images/tabbar/home-gary.png",  
                "selectedIconPath": "static/images/tabbar/home.png",  
                "text": "首页"  
            },  

操作步骤:

点击登录

uni.switchTab({  
                            url:'/pages/tabbar/index/index',  
                            success(res) {  
                                console.log(res,'/pages/tabbar/index/index')  
                            },  
                            fail(err) {  
                                console.log(err,'fail')  
                            }  
                        })  

选择自定义调试基座 -> 运行到Android -> 点击登录

预期结果:

跳转到index页面

实际结果:

一直停留在登录页面

bug描述:

uni.switchTab 跳转不过去
打印"errMsg": "switchTab:ok" 是成功的就是不跳页面

2022-11-15 18:16 负责人:无 分享
已邀请:
DCloud_UNI_WZF

DCloud_UNI_WZF

标准基座是否正常?

  • bandiaozi (作者)

    标准基座正常

    2022-11-15 23:18

该问题目前已经被锁定, 无法添加新回复