|  | 
 
| 本帖最后由 电子花生 于 2024-11-4 14:33 编辑 
 
 | 我在视图中添加了一个操作列,里面添加了四个按钮。 在事件的loadContent中,我给按钮绑定click事件,用平台推荐脚本发起新的流程
 | 
   
 测试时,点击按钮报错
 Uncaught TypeError: Cannot read property 'load' of undefined
 
   且无论我在什么地方添加.bind(this),都会报错.bind is not a function或Cannot read property 'bind' of undefined
 请问该怎么解决啊
 
 
 | 
 |