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.
16 lines
594 B
16 lines
594 B
<view class="item-all">
|
|
<view class="title">
|
|
<image src="/images/chuishao.png"></image>
|
|
<view class="info-name">
|
|
<view class="info-top">
|
|
<text class="text-1">{{contentObj.title}}</text>
|
|
<view wx:if="{{contentObj.readFlag == '0'}}" class="red"></view>
|
|
</view>
|
|
|
|
<text class="text-2">{{contentObj.time}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="line"></view>
|
|
<view class="list-info">{{contentObj.content}}</view>
|
|
<view bindtap="navigateToWork" data-id="{{contentObj.id}}" data-type="{{contentObj.type}}" class="button">开始填写</view>
|
|
</view>
|