数据库的一个集合中的一个记录中的一个字段,删除不掉,这个字段是使用代码创建的
db.collection('userConfig').doc('W-KtZ7dokuiP9MhK').set({
data: {
"{{app.globalData.openId}}": dateValue
},
success: function (res) {
console.log(res.data)
}
})
另外还有一个bug,就是如果直接在云开发控制台中创建记录表的话,通过代码有时候是找不到这个表的
微信小程序开发问题解答
微信小程序开发者回答:
看看你的权限设置
微信小程序开发者回答:
大家跳转微信小程序的时候有没有遇到过这个问题啊?navigateToMiniProgramAppIdList
本文网址:http://www.91bianli.com/weixinxiaochengxu/38573.html