上传图片后没有插入到云数据库中,其他字段都可以
可以帮忙看看吗
可以帮忙看看吗
2021-04-25
可以了这个函数的回调写错了
Promise.all(promiseArr).then(res => { // 插入数据 db.collection('comment').add({ data: { content: this.data.content, score: this.data.score, movieid: this.data.movieId, fileIds: this.data.fileIds } }).then(res=>{ wx.hideLoading(); wx.showToast({ title: '评价成功', }) }).catch(err=>{ wx.hideLoading(); wx.showToast({ title: '评价失败', }) }) });
举报