严重bug, 用class定义的事件在运行的时候提示招不到
wxml
< view bindtap = "tapTab" ></ view > |
js
class Home { tapTab() { console.log( "tab" ); } onPullDownRefresh() { console.log( "refresh" ); } onReachBottom() { console.log( "bottom" ); }
|
当此页面运行的时候,这三个方法均没有执行