内嵌网页转发怎么获得当前页标题
发布于 5 年前 作者 yanliu 5661 次浏览 来自 问答

onShareAppMessage(options) {

    var that = this

    var return_url = options.webViewUrl    

    return {

      title: that.data.title,

      path: return_url,

      success: function (res) {

        console.log(‘转发成功’)

      },

      fail: function (res) {

        console.log(‘转发失败’)

      }

    }

  }

1 回复

你好,目前暂不支持此功能。你需要自己维护一下。

回到顶部