- <!-- 为消息-我的消息里通知的组件,组件中数据来自data:newNewsData.js -->
- <view class="card">
- <view class="top">
- <view class="profile" wx:if="{{item.publishType=='回复'}}">
- <text class="publisher-name">{{item.publisherName}}</text><text class="primary-text-color"
- style="font-size:24rpx;">对您的评论进行了回复</text>
- </view>
- <text class="primary-text-color detail">查看</text>
- </view>
- <view class="bottom">
- <view class="title secondary-text-color">{{item.title}}</view>
- <text class="primary-text-color detail">回复</text>
- </view>
- </view>
|