问答详情
源自:4-5 电影评价

上传图片后没有插入到云数据库中,其他字段都可以

http://img3.mukewang.com/60856f050001a51007110357.jpg

http://img4.mukewang.com/60856f3100016be604290302.jpghttp://img2.mukewang.com/60856fbf0001000f04810576.jpg

http://img2.mukewang.com/60856fb400010d8c07990628.jpg

可以帮忙看看吗

提问者:weixin_慕盖茨2401369 2021-04-25 21:40

个回答

  • weixin_慕盖茨2401369
    2021-04-25 22:06:52

    可以了这个函数的回调写错了

    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: '评价失败',        })      })    });

    http://img1.mukewang.com/6085775b0001806e03400393.jpg