fix:处理活动和新年头像框
This commit is contained in:
parent
184bdd304e
commit
6eb61ece9c
@ -12,7 +12,6 @@ class Path {
|
|||||||
await G.mongodb.collection('hdinfo').updateOne({ "hdid": hdinfo.hdid}, { "$set": {"data.figt": {}} });
|
await G.mongodb.collection('hdinfo').updateOne({ "hdid": hdinfo.hdid}, { "$set": {"data.figt": {}} });
|
||||||
console.log(hdinfo.hdid,"finish")
|
console.log(hdinfo.hdid,"finish")
|
||||||
}
|
}
|
||||||
|
|
||||||
return "sucess!!!"
|
return "sucess!!!"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,7 +23,6 @@ class Path {
|
|||||||
await G.mongodb.collection('user').updateOne({ "uid": user.uid}, { "$set": {"headFrames": user.headFrames} });
|
await G.mongodb.collection('user').updateOne({ "uid": user.uid}, { "$set": {"headFrames": user.headFrames} });
|
||||||
console.log(user.uid, user.headFrames)
|
console.log(user.uid, user.headFrames)
|
||||||
}
|
}
|
||||||
|
|
||||||
return "sucess!!!"
|
return "sucess!!!"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user