- <!-- 为消息-我的消息里通知的组件,组件中数据来自data:newNewsData.js -->
- <view class="card">
- <view class="profile">
- <image class="publisherAvatar" src="{{item.publisherAvatar}}" mode="aspectFill" data-publisher-id="{{item.publisherID}}" bindtap="getPublisherInfo"/>
- <view class="publisherName dark-primary-color-font" wx:if="{{item.publishType=='回复'}}">
- <text style="font-weight:800">{{item.publisherName}}</text><text>对您的问题进行了回复</text>
- </view>
- </view>
- <view class="title">{{item.title}}</view>
- <view class="subTitle">{{item.subTitle}}</view>
- <view class="line divider-color"></view>
- </view>
|