必须要在css定义图片的宽度和高度 这样才能发挥mode="widthFix"之类的作用
.list-image image{ width: 345rpx; height: 345rpx; }
html
<image src="../../static/images/nopic1.gif" mode="widthFix"></image>
必须要在css定义图片的宽度和高度 这样才能发挥mode="widthFix"之类的作用
.list-image image{ width: 345rpx; height: 345rpx; }
html
<image src="../../static/images/nopic1.gif" mode="widthFix"></image>