zhongshujie
2024-12-19 b77e8e776af4d81e748e9e21d51b64a11085a195
pages/specialDiscussion/webView/index.js
@@ -5,7 +5,7 @@
   * 页面的初始数据
   */
  data: {
      link:''
    link: ''
  },
  /**
@@ -14,7 +14,7 @@
  onLoad(options) {
    console.log(options);
    this.setData({
      link:options.link
      link: options.link
    })
  },
@@ -63,7 +63,6 @@
  /**
   * 用户点击右上角分享
   */
  onShareAppMessage() {
  }
  onShareAppMessage() {},
  onShareTimeline() {},
})