当我在点击分页按钮的上下页切换的时候,有时候会出现请求没有发送,直接走到了请求失败的地方(console.log(error)那),在network中没有看到请求
caller的完整文字为:[Exception: TypeError: 'caller' and 'arguments' are restricted function properties and cannot be accessed in this context. at Function.remoteFunction (<anonymous>:3:14) at VueComponent.<anonymous> (http://localhost:8888/js/main...
调用方式错了吧
this.jsonp
接收两个参数,你这里传了四个,所有的option
都应该放在第二个obj中吧,没有写过不大确定。。。