报错内容:
[JS Framework] Failed to execute the callback function:
TypeError: e[t] is not a function
reportJSException >>>> exception function:WEEX_CALL_JAVASCRIPT, exception:JavaScript execute error!Uncaught TypeError: e[t] is not a function
app调用:
this.context = uni.createLivePusherContext("livePusher", this)
setTimeout(() => {
this.context.start({
success: (a) => {
console.log("livePusher.start:" + JSON.stringify(a))
}
})
}, 1000)
onion一只洋葱
有遇到自定义基座打不上的情况么
2022-03-08 17:59
onion一只洋葱
我也是报这个错误的
2022-03-08 17:59
h***@126.com
回复 onion一只洋葱: 同问
2022-04-07 20:43