index.js 92 字节
Newer Older
1 2 3
export default function getBatteryInfo(options) {
    return swan.getBatteryInfo(options)
}