1e61ab4fba
之前当getOpenid未部署时,_doPush直接return,永远跳过了 db.collection().add(),导致集合无法自动创建、数据不能上云。 改为跳过locate+update但允许add(),CloudBase会自动填充_openid。 Co-Authored-By: Claude <noreply@anthropic.com>