亖亖eve
2019-06-27 20:34
<block wx:for="{{images}}" wx:key="{{index}}">
<image src="{{item.fileId}}"></image>
<button bindtap='downloadFile' data-fileid='{{item.fileId}}'>文件下载</button>
</block>
fileID: event.target.dataset.fileid,//文件ID
Error: errCode: -401003 api parameter type error | errMsg: parameter.fileID should be string instead of undefined;
检查下从数据库中取出来的图片列表中的文件id字段是否存在大小写拼写错误。另外建议把downloadFile函数的代码截图出来,能够更快的定位到问题。
轻松入门微信小程序与云开发
64548 学习 · 1742 问题
相似问题