ckZone
2019-09-12 20:36
getImg:function(){wx.cloud.callFunction({name:"login"}).then(res=>{db.collection("imageSet").where({_openid:res.result._openid}).get().then(res2=>{console.log(res2);this.setData({images: res2.data});})})}
<block wx:for="{{images}}" wx:key="{{index}}"><image src="{{item.fildID}}"></image></block>
上面是取得图片和显示图片的代码但是显示图片全白
请检查image的src属性是什么值。
轻松入门微信小程序与云开发
64548 学习 · 1742 问题
相似问题