Initial commit
This commit is contained in:
6
uni_modules/uni-getbatteryinfo/utssdk/mp-weixin/index.js
Normal file
6
uni_modules/uni-getbatteryinfo/utssdk/mp-weixin/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export function getBatteryInfo(options) {
|
||||
return wx.getBatteryInfo(options)
|
||||
}
|
||||
export function getBatteryInfoSync(options) {
|
||||
return wx.getBatteryInfoSync(options)
|
||||
}
|
||||
Reference in New Issue
Block a user