微信小程序方法互相调用

可以快速上手的开发文档

#微信小程序方法互相调用
微信小程序方法互相调用

微信小程序methods中定义的方法互相调用的实例代码

当调用test2时:methods={test(age){console.log('test',age);},test2(){console.log(this.methods);this.methods.test('22..