首页 > 其他分享 >跳转路由地址url写法

跳转路由地址url写法

时间:2022-11-07 21:32:01浏览次数:53  
标签:index url pages addressList user 跳转 id 路由

uniapp跳转

//页面路径
user/pages/addressList/index?id=198213b479b54cbcaf2b5dcd79a92f94
//函数代码
let id = 198213b479b54cbcaf2b5dcd79a92f94;
uni.navigateTo({'user/pages/addressList/index?id=' + id,'navigeTo'});

user/addressList/index?confirmType=2&cartIds=1dd902ffccb749b3a39aad9894d38ec7&skuId=82b7e31aab8545d58bb26f57e54d86e8
uni.navigateTo({'user/pages/addressList/index?confirmType=2&cartIds=1dd902ffccb749b3a39aad9894d38ec7&skuId=82b7e31aab8545d58bb26f57e54d86e8','navigeTo'})


标签:index,url,pages,addressList,user,跳转,id,路由
From: https://blog.51cto.com/u_15694202/5831415

相关文章