小程序
小游戏
企业微信
微信支付
扫描小程序码分享
开发工具是1.01.170907版本,为image标签添加的mode="aspectFill"属性无法生效。扫描预览二维码后,在手机上显示正常。
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我贴的图是设计图。
由于我们的功能正在开发中,那个页面现在展示不出来了,稍等一段时间,我再来贴截图
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
现在不是 aspectFill 的效果吗?
<
view
class
=
"images_container"
>
block
wx:for
"{{photos}}"
image
mode
"aspectFill"
data-idx
"{{index}}"
bindtap
"imageViewClicked"
"{{(index % 5 == 0 || index % 5 == 1)?'image_col_2':'image_col_3'}}"
src
"{{item.preview_url}}"
</
.images_container {
margin-top
:
80
rpx;
width
710
display
: flex;
flex-flow: row;
justify-
content
: flex-start;
align-
flex-wrap: wrap;
position
relative
;
left
3
}
.image_col_
2
{
height
442
349
margin-right
6
margin-bottom
290
230
代码里有段特殊的判断,是想让奇数行的照片显示3张,偶数行的照片显示两张。
目的实现下图的效果:
该图为设计图,并非截图!!!
没有复现此问题,请问是否有示例代码?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我贴的图是设计图。
由于我们的功能正在开发中,那个页面现在展示不出来了,稍等一段时间,我再来贴截图
现在不是 aspectFill 的效果吗?
<
view
class
=
"images_container"
>
<
block
wx:for
=
"{{photos}}"
>
<
image
mode
=
"aspectFill"
data-idx
=
"{{index}}"
bindtap
=
"imageViewClicked"
class
=
"{{(index % 5 == 0 || index % 5 == 1)?'image_col_2':'image_col_3'}}"
src
=
"{{item.preview_url}}"
>
</
image
>
</
block
>
</
view
>
.images_container {
margin-top
:
80
rpx;
width
:
710
rpx;
display
: flex;
flex-flow: row;
justify-
content
: flex-start;
align-
content
: flex-start;
flex-wrap: wrap;
position
:
relative
;
left
:
3
rpx;
}
.image_col_
2
{
height
:
442
rpx;
width
:
349
rpx;
margin-right
:
6
rpx;
margin-bottom
:
6
rpx;
}
.image_col_
3
{
height
:
290
rpx;
width
:
230
rpx;
margin-right
:
6
rpx;
margin-bottom
:
6
rpx;
}
代码里有段特殊的判断,是想让奇数行的照片显示3张,偶数行的照片显示两张。
目的实现下图的效果:
该图为设计图,并非截图!!!
该图为设计图,并非截图!!!
该图为设计图,并非截图!!!
没有复现此问题,请问是否有示例代码?