liukangdong
2024-08-05 b9b6de6fc6cf1d586bd43b2c72b447da03cb01f3
wechat_jiaxuan/pages/webView/index.js
@@ -12,9 +12,8 @@
    link: ''
  },
  onLoad: function (options) {
    let that = this
    const eventChannel = this.getOpenerEventChannel()
    let that = this
    const eventChannel = this.getOpenerEventChannel()
    eventChannel.on('acceptDataFromOpenerPage', function(data) {
      console.log('参数', data)
      if (data.title)  wx.setNavigationBarTitle({ title: data.title })