代码逻辑很简单,生成一个二维码,然后保存到数据库去。
为什么第一次写不进去?至少的请求2次以上才能写到库里去,使用姿势不对?
let res1 = await cloud.uploadFile()
let res2 = await db.collection().add(res1.fileID)
return res1
楼上v5