完成
This commit is contained in:
@@ -17,11 +17,11 @@ let idadd = async (set) => {
|
||||
if (id == 1) {
|
||||
await add('idadd', { set, 'num_key': 2 })
|
||||
} else if (set != "idadd") {
|
||||
console.log(id)
|
||||
// console.log(id)
|
||||
|
||||
await update('idadd', { 'set': set }, { 'num_key': id + 1 })
|
||||
}
|
||||
console.log(id)
|
||||
// console.log(id)
|
||||
return id
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user