uni.navigateTo({
                url: '/pages/details?obj='+ encodeURIComponent(JSON.stringify(item))
              });

接收:

  onLoad(option) {
      this.item=JSON.parse(decodeURIComponent(option.obj));
  }

 

相关文章:

  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-05-27
  • 2021-12-10
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2023-03-18
  • 2022-12-23
  • 2021-10-06
  • 2021-09-22
  • 2022-12-23
相关资源
相似解决方案