weixin_慕盖茨2401369
2021-04-25 21:40
可以帮忙看看吗
可以了这个函数的回调写错了
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: '评价失败', }) }) });
轻松入门微信小程序与云开发
64548 学习 · 1742 问题
相似问题