获取好友信息的时候,排除自己,但是还要把自己的信息加载到内存中

This commit is contained in:
2022-02-28 10:26:48 +08:00
parent 3e1275fc74
commit e8e496cf37
4 changed files with 10 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ usqlite.connect({
fail: () => {
contactModel.create((err, res) => {
console.error('SQLITE 创建表格', err, res)
uni.setStorageSync('FIRST_RUN', 'X')
uni.setStorageSync('FIRST_RUN', true)
})
}
})