榆山数据端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
662 B

<view class="good-box" wx:for="{{ListTop10}}" wx:key="index" bind:tap="goCommentDetail" data-officerId="{{item.officerId}}">
<view class="num">
<text class="one-text" src="../../../../images/one.png" style="color:{{index==0? '#BBBBBB': index==1? '#999999' : index==2? '#666666' : index>=3? '#29B9A5':''}}">{{index+1}}</text>
</view>
<view class="content">
<view class="name">{{item.name}}</view>
<view class="content-text">
<image src="../../../../images/icon.png" class="icon"></image>
<text>{{item.position}}</text>
</view>
</view>
<view class="numtop">{{item.number}}</view>
</view>