|
@ -13,7 +13,7 @@ |
|
|
<scroll-view class="scroll" scroll-y="{{true}}" lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower"> |
|
|
<scroll-view class="scroll" scroll-y="{{true}}" lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower"> |
|
|
<view class="box"> |
|
|
<view class="box"> |
|
|
<view class="card" wx:for="{{tableData}}" wx:key="index" data-item="{{item}}" data-index="{{index}}" bind:tap="toDetail"> |
|
|
<view class="card" wx:for="{{tableData}}" wx:key="index" data-item="{{item}}" data-index="{{index}}" bind:tap="toDetail"> |
|
|
<view class="left">{{item.createdByName!=null&&item.msgType!='resident_category'?item.createdByName:'系统'}}</view> |
|
|
<!-- <view class="left">{{item.createdByName!=null&&item.msgType!='resident_category'?item.createdByName:'系统'}}</view> --> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<view class="top"><text class="title" >{{item.content}}</text> |
|
|
<view class="top"><text class="title" >{{item.content}}</text> |
|
|
<text class="{{item.readFlag != '1'?'':'gray'}}" style="font-size: 26rpx;">{{item.readFlag != '1'?'未读':'已读'}}</text></view> |
|
|
<text class="{{item.readFlag != '1'?'':'gray'}}" style="font-size: 26rpx;">{{item.readFlag != '1'?'未读':'已读'}}</text></view> |
|
|