小程序分两栏如何显示图片?
<view style="display: flex;">
<view style="width: 50%;">
<image style="" src="{{1}}" mode=" "></image>
</view>
<view style="width: 50%;">
<image style="" src="{{1}}" mode=" "></image>
</view>
代码如上。image无论是什么尺寸的,都不能完整显示。模式mode应该选择哪种?还是我代码写法不对?