my.setCanPullDown
Set whether to support pull-down on the page (supported by default on Mini Program pages)
Sample Code
copy
my.setCanPullDown({
canPullDown:true
})
Parameters
The incoming parameter is of the Object type with the following attributes:
Parameters | Type | Mandatory | Description |
canPullDown | Boolean | Yes | Support pull-down or not |