小程序
小游戏
企业微信
微信支付
扫描小程序码分享
新增页面间通信接口 getOpenerEventChannel,navigateTo res.eventChannel 这个详情为啥看不到?
12 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
同问,在开发工具可以进行跑,但是在真机环境中就报错this.getOpenerEventChannel is not a function
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
真垃圾,微信官方都没测试?就直接给我们开发者用?是为了冲业绩吗?@微信小程序官方
调试基础库版本:2.9.3;遇到相同问题,请教一下如何解决
我的调试版本是2.8.2,报错:
调试基础库版本2.8.2
在首页Page中调用如下代码片段:
/**
* 生命周期函数--监听页面加载
*/
onLoad:
function
(options) {
this
.initData()
},
* 初始化数据
initData() {
const eventChannel =
.getOpenerEventChannel()
// 返回给上级页面参数
eventChannel.emit(
'toBack'
, { name:
'lily'
});
// 接收上级页面参数
eventChannel.on(
'toNext'
,
(data) {
console.log(
'--上级页面传参--'
, data)
})
错误信息如下:
VM34534:1 thirdScriptError
eventChannel.emit is not a
;at
"pages/board/board"
page lifeCycleMethod onLoad
TypeError: eventChannel.emit is not a
at ge.initData (http:
//127.0.0.1:46838/appservice/pages/board/board.js:109:18)
at ge.onLoad (http:
//127.0.0.1:46838/appservice/pages/board/board.js:101:10)
at ge.<anonymous> (WAService.js:1:1395526)
at ge.p.__callPageLifeTime__ (WAService.js:1:1395271)
at Tt (WAService.js:1:1410221)
at WAService.js:1:1413392
at xt (WAService.js:1:1413885)
at Function.<anonymous> (WAService.js:1:1417275)
at i.<anonymous> (WAService.js:1:1386790)
at i.emit (WAService.js:1:447739)
把开发者工具右上角的详情里面调试基础库版本调到2.7.3以上就能在this里面看到了
同问,希望官网尽快给答复
this.getOpenerEventChannel is not a function ????
同问,getOpenerEventChannel 什么鬼,this.getOpenerEventChannel is not a function
this根本木有这个啊
正在加载...
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
同问,在开发工具可以进行跑,但是在真机环境中就报错this.getOpenerEventChannel is not a function
真垃圾,微信官方都没测试?就直接给我们开发者用?是为了冲业绩吗?@微信小程序官方
调试基础库版本:2.9.3;遇到相同问题,请教一下如何解决
2. 真机(版本6.x具体多少忘了),调用navigateTo的success回调函数,参数res没有eventChannel属性;
3. 微信客户端更新到7.0.8后解决
我的调试版本是2.8.2,报错:
我的调试版本是2.8.2,报错:
调试基础库版本2.8.2
在首页Page中调用如下代码片段:
/**
* 生命周期函数--监听页面加载
*/
onLoad:
function
(options) {
this
.initData()
},
/**
* 初始化数据
*/
initData() {
const eventChannel =
this
.getOpenerEventChannel()
// 返回给上级页面参数
eventChannel.emit(
'toBack'
, { name:
'lily'
});
// 接收上级页面参数
eventChannel.on(
'toNext'
,
function
(data) {
console.log(
'--上级页面传参--'
, data)
})
},
错误信息如下:
VM34534:1 thirdScriptError
eventChannel.emit is not a
function
;at
"pages/board/board"
page lifeCycleMethod onLoad
function
TypeError: eventChannel.emit is not a
function
at ge.initData (http:
//127.0.0.1:46838/appservice/pages/board/board.js:109:18)
at ge.onLoad (http:
//127.0.0.1:46838/appservice/pages/board/board.js:101:10)
at ge.<anonymous> (WAService.js:1:1395526)
at ge.p.__callPageLifeTime__ (WAService.js:1:1395271)
at Tt (WAService.js:1:1410221)
at WAService.js:1:1413392
at xt (WAService.js:1:1413885)
at Function.<anonymous> (WAService.js:1:1417275)
at i.<anonymous> (WAService.js:1:1386790)
at i.emit (WAService.js:1:447739)
很可能是这个引起的报错!
把开发者工具右上角的详情里面调试基础库版本调到2.7.3以上就能在this里面看到了
同问,希望官网尽快给答复
同问,希望官网尽快给答复
this.getOpenerEventChannel is not a function ????
同问,getOpenerEventChannel 什么鬼,this.getOpenerEventChannel is not a function
this根本木有这个啊