# wx.chooseLicensePlate(Object object)
Start from base library version 2.19.0. Please remaining backward compatible.
with Promise style call: Supported
Mini Program plugin: Not supported
Select the license plate.
# parameter
# Object object
attribute | type | Default values | Required | Introductions |
---|---|---|---|---|
success | function | no | Interface calls the successful callback function | |
fail | function | no | Interface calls failed callback functions | |
complete | function | no | Interface calls the end of the callback function (call success or failure will be executed) |
# object.success callback
# parameter
# Object res
attribute | type | Introductions |
---|---|---|
plateNumber | string | License plate number selected by the user |