Description
.user用户自定义组件事件不支持Mixin内的方法
Environment
- Platform: [开发者工具]
- Platform version: 1.02.1811150
- wepy-cli version: 1.7.3
- wepy version: 1.7.2
Reproduce
自定义.user事件然后在组件中使用Mixin内的方法
Observed Results
thirdScriptError
Invalid method from emit, component is CardsEditor, method is goLastPage. Make sure you defined it already.
; [Component] Event Listener Error @ packages/@minui/wxc-button/dist/index#(anonymous)
Error: Invalid method from emit, component is CardsEditor, method is goLastPage. Make sure you defined it already.
Expected Results
成功跳转
Relevant Code / Logs
mixins内的方法
goLastPage(){
console.log("返回上一页")
wx.navigateBack({
delta:1
})
},
3条答案
按热度按时间5w9g7ksd1#
碰到了同样的问题,貌似解决不了了。。。
dgsult0t2#
1.7.3 么,2.x 的版本应该是支持的。
ezykj2lf3#
@Gcaufy 是的,当时版本是1.7.3