x***@163.com
x***@163.com
  • 发布:2019-09-02 16:12
  • 更新:2019-09-02 16:12
  • 阅读:948

APP 中web-view 跳转不成功,但是在Chrome h5 测试的时候是成功的

分类:uni-app
document.addEventListener('UniAppJSBridgeReady', function() {  
            document.getElementById("buy").addEventListener("click", function() {  
                console.log(1111)  
                setTimeout(() => {  
                    uni.switchTab({  
                        url: "/pages/trade/trade-index/trade-index"  
                    })  
                }, 500);  
            });  
            document.getElementById("sell").addEventListener("click", function() {  
                console.log(2222)  
                setTimeout(() => {  
                    uni.switchTab({  
                        url: "/pages/trade/trade-index/trade-index"  
                    })  
                }, 500);  

            });  
        });
2019-09-02 16:12 负责人:无 分享
已邀请:

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