fix:增加测试代码、更新插件说明文档
This commit is contained in:
parent
3e4ce7b476
commit
b55d0b857c
@ -1,5 +1,3 @@
|
||||
import {getFingerprintList, getIcCardList} from "star-cloud-uni";
|
||||
|
||||
const {
|
||||
init,
|
||||
Result,
|
||||
@ -14,7 +12,9 @@ const {
|
||||
getOfflinePassword,
|
||||
registerExtendedProducts,
|
||||
starEventOn,
|
||||
starEventEmit
|
||||
starEventEmit,
|
||||
getFingerprintList,
|
||||
getIcCardList
|
||||
} = requirePlugin('starCloud')
|
||||
Page({
|
||||
data: {
|
||||
@ -243,5 +243,5 @@ Page({
|
||||
async findAllFingerprint() {
|
||||
const result = await getFingerprintList({lockId: this.lock.lockId})
|
||||
console.log('findAllFingerprint', result)
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user