index.js 176 字节
Newer Older
1 2 3
export function getBatteryInfo(options) {
    return swan.getBatteryInfo(options)
}
4 5 6
export function getBatteryInfoSync(options) {
    return swan.getBatteryInfoSync(options)
}