为了账号安全,请及时绑定邮箱和手机立即绑定

图片的src为啥不显示图片

<block wx:for="{{images}}" wx:key="{{index}}">

<image src="{{item.fileID}}"></image>

<button data-id='{{item.fileID}}' size='mini' bindtap="downloadFile"></button>

</block>

getFile() {

wx.cloud.callFunction({

name : 'getUserInfo'  

})

.then(res => { // 获取用户信息

console.log(res)

db.collection('img').where({

_openid : res.result.openid

}).get()

.then(res2 => {

console.log(res2)

this.setData({

images : res2.data

})

console.log(this.data.images)

})

.catch(err => {

console.error(err)

})

})

.catch(err => {

console.error(err)

})

},


正在回答

3 回答

我的图片也不显示,怎么解决的?

0 回复 有任何疑惑可以回复我~

我的图片也显示不出来,求解,你是怎么解决的呀,群主。

0 回复 有任何疑惑可以回复我~

已解决


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
轻松入门微信小程序与云开发
  • 参与学习       64548    人
  • 解答问题       1742    个

深入浅出微信小程序核心基础与云开发,使你掌握小程序开发必备技能。

进入课程

图片的src为啥不显示图片

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信