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:
Property | Type | Required | Description |
canPullDown | Boolean | Yes | Support pull-down or not. |