page_call_method
Invokes a specific method on a WeChat mini-program page instance, including event handlers and custom methods.
Instructions
调用页面实例方法(含 onPullDownRefresh 等事件方法与自定义方法)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 方法参数 | |
| method | Yes | 页面实例方法名,如 onPullDownRefresh / 自定义方法 | |
| page_id | Yes |