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 })