zoukankan      html  css  js  c++  java
  • app内嵌h5分享到小程序分享功能

        if (this.GLOBAL.env !== 'production') {
              try {
                window.JSBridge.shareMiniProgramToWx('https://www.lexing360.com', 'gh_3169b34f2f0a', `/pages/demandDetail/demandDetail?searchId=${this.id}&buyer=${this.vid}`, `邀请您为准单报价【${this.shareCar(this.searchInfo.series, this.searchInfo.model)}, ${this.searchInfo.guidePrice / Math.pow(10, 6)}万, ${this.searchInfo.outsideColor}/${this.searchInfo.insideColor}】`, '', '', `https://static-image.lexing360.com/dianbao_share.jpg`, '', 2)
              } catch (err) {
                console.error(err)
              }
            } else {
              try {
                window.JSBridge.shareMiniProgramToWx('https://www.lexing360.com', 'gh_3169b34f2f0a', `/pages/demandDetail/demandDetail?searchId=${this.id}&buyer=${this.vid}`, `邀请您为准单报价【${this.shareCar(this.searchInfo.series, this.searchInfo.model)}, ${this.searchInfo.guidePrice / Math.pow(10, 6)}万, ${this.searchInfo.outsideColor}/${this.searchInfo.insideColor}】`, '', '', `https://static-image.lexing360.com/dianbao_share.jpg`, '')
              } catch (err) {
                console.error(err)
              }
            }
    

    主要是看原生app里面怎么写

  • 相关阅读:
    not syncing: Attempted to kill init
    PhpStudy如何开启Apache的gzip压缩功能?
    去掉桌面图标快捷箭头
    PS中10种样式操作
    Mysql数据库报错1264
    宝塔建站
    VB错误说明
    Flash的swf文件破解
    PS快捷键
    Mysql双向同步热备份设置
  • 原文地址:https://www.cnblogs.com/antyhouse/p/11236354.html
Copyright © 2011-2022 走看看