uniapp通过功能性编码跳转到原生的app页面

my.call('goNativePage', {
            debug: false,
            bizCode: item.code, //功能编码,如“CN00859”
            placeholder: '', //只搜索页面使用,用于将默认搜索词传给搜索SDK
          },
          (ret) =>{
            console.log("报错跳转",ret)
          })

猜你喜欢

转载自blog.csdn.net/m0_64207574/article/details/128186968