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.
27 lines
1.3 KiB
27 lines
1.3 KiB
<view data-id="{{contentObj.id}}" bindtap="navigateToDetail" hover-class="hover-list-item" hover-stay-time="150" class="list-item" data-infoid="{{contentObj.infoId}}">
|
|
<view class="item-top">
|
|
<image src="{{contentObj.userFace}}" wx:if="{{contentObj.userFace}}"></image>
|
|
<image src="../images/ava.png" wx:else></image>
|
|
<view class="name">
|
|
<text class="text_1">{{contentObj.nickName}}</text>
|
|
<text class="text_2">{{contentObj.meetDate}}{{contentObj.createdTime}}</text>
|
|
</view>
|
|
<view data-id="{{contentObj.id}}" class="botton" catchtap="navigateToUd" hover-stop-propagation="true" data-infoid="{{contentObj.infoId}}">
|
|
<image src="../images/xiugai.png"></image>
|
|
<text>修改</text>
|
|
</view>
|
|
</view>
|
|
<block wx:if="{{key=='tab1'}}">
|
|
<view class="item-bottom top">今日完成工作:{{contentObj.meetLabel}} {{contentObj.joinNum}}人参加</view>
|
|
<view class="item-bottom bottom-content">具体内容:{{contentObj.content}}</view>
|
|
</block>
|
|
<block wx:if="{{key=='tab2'}}">
|
|
<view class="item-bottom top tab2">本周完成工作:{{contentObj.content}}</view>
|
|
</block>
|
|
<block wx:if="{{key=='tab3'}}">
|
|
<view class="item-bottom top tab2">
|
|
<text class="month">{{contentObj.month}}</text>
|
|
<text>月完成工作:{{contentObj.content}}</text>
|
|
</view>
|
|
</block>
|
|
</view>
|