代码
xwxml
<view class='score'>
<block wx:for="{{scoreSumArray}}" wx:key="scorekey">
<image src="{{index<item.commentLevel?'/img/start_icon.png':'/img/start_icon_none.png'}}"></image>
</block>
</view>Ï
wxss
.score {
margin-left: 5px;
display: flex;
align-items: center;
height: 20px;
}
.score image {
width: 10px;
height: 10px;
}
data
scoreSumArray:['','','','',''],
其中item.commentLevel替换为自己的参数,图片换为自己的图片,没有图片资源可以到阿里巴巴矢量图下载
效果
![](https://img.haomeiwen.com/i436419/6ad07f92145c563b.png)
网友评论