官方文档:https://developers.weixin.qq.com/miniprogram/dev/component/image.html
image.png
<image style="width: 200px; height: 200px; background-color: #eeeeee;" mode="{{item.mode}}" src="{{src}}"></image>
官方文档:https://developers.weixin.qq.com/miniprogram/dev/component/image.html
<image style="width: 200px; height: 200px; background-color: #eeeeee;" mode="{{item.mode}}" src="{{src}}"></image>