小程序动态绑定class
2023-10-25 本文已影响0人
冰落寞成
<view class="community-item {{ item.wgId===currentSelect.wgId?'hover':''}}" wx:for="{{communityArr}}" wx:key="wgId" bind:tap="onConfirmSelected" data-item="{{item}}">
{{item.wgName}}
</view>