jervy
jsSetApp() {
      
         
      var jsonObj = JSON.stringify({
          // type:13,
          shareImgUrl: "",
          shareDesc: "分享",
          shareLinkUrl: "http://192.168.0.157:8080/#/materialsDetail?materialsId="+this.$route.query.materialsId + "&uuid=" +this.$route.query.uuid,
          shareTitle: "分享"
        })
        console.log(jsonObj)
        window.location.href = "jzj://shareTrue?json="+ jsonObj
    },

 

分类:

技术点:

相关文章:

  • 2021-10-08
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2021-06-12
  • 2021-10-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-10-27
  • 2021-07-13
  • 2021-08-01
  • 2021-11-28
相关资源
相似解决方案