|
|
|
@ -57,7 +57,7 @@ |
|
|
|
</wux-skeleton> |
|
|
|
<view wx:for="{{momentList}}" wx:key="index" data-index="{{index}}" class="flex flex-justify moment-pad" bindtap="postInfo"> |
|
|
|
<view class="text-df text-black text-cut" style="max-width: 480rpx;"> |
|
|
|
<text wx:if="{{item.categoryName}}">[{{item.categoryName}}]</text> |
|
|
|
<text wx:if="{{item.categoryName}}">【{{item.categoryName}}】</text> |
|
|
|
<text>{{item.title}}</text> |
|
|
|
</view> |
|
|
|
<view class="{{moment.infoColor(item.updateTime)}}" style="max-width: 160rpx;">{{moment.infoTime(item.updateTime)}}</view> |
|
|
|
|