PropertyApp/unpackage/dist/dev/mp-weixin/pages/activityes/activityes.wxml
2020-02-24 21:29:17 +08:00

1 line
1.1 KiB
Plaintext

<view><block wx:for="{{activities}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="cu-card case no-card margin-top"><view data-event-opts="{{[['tap',[['_toDetail',['$0'],[[['activities','',index]]]]]]]}}" class="cu-item shadow " bindtap="__e"><view class="image"><image class="act-cu-img" src="{{item.src}}"></image><view class="cu-bar bg-shadeBottom"><text class="text-cut">{{item.title}}</text></view></view><view class="cu-list menu-avatar"><view class="cu-item"><view class="cu-avatar round lg" style="background-image:url(https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg);"></view><view class="content flex-sub"><view class="text-grey">{{item.userName}}</view><view class="text-gray text-sm flex justify-between">{{''+item.startTime+''}}<view class="text-gray text-sm"><text class="cuIcon-attentionfill margin-lr-xs"></text>{{''+item.readCount+''}}<text class="cuIcon-appreciatefill margin-lr-xs"></text>{{''+item.likeCount+''}}<text class="cuIcon-messagefill margin-lr-xs"></text>{{''+item.collectCount+''}}</view></view></view></view></view></view></view></block></view>