jiangping
2024-07-29 491dfbf34606c4f421953b2c1924cf448393130e
wechat_jiaxuan/pages/webView/index.js
@@ -14,7 +14,6 @@
  onLoad: function (options) {
    let that = this
    const eventChannel = this.getOpenerEventChannel()
    eventChannel.on('acceptDataFromOpenerPage', function(data) {
      console.log('参数', data)
      if (data.title)  wx.setNavigationBarTitle({ title: data.title })