|
|
@@ -1,12 +1,14 @@
|
|
|
<!-- 为消息-我的消息里通知的组件,组件中数据来自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 class="top">
|
|
|
+ <view class="profile" wx:if="{{item.publishType=='回复'}}">
|
|
|
+ <text class="publisher-name">{{item.publisherName}}</text><text class="primary-color-fg"
|
|
|
+ style="font-size:24rpx;">对您的评论进行了回复</text>
|
|
|
</view>
|
|
|
+ <text class="primary-color-fg detail">查看</text>
|
|
|
</view>
|
|
|
- <view class="title">{{item.title}}</view>
|
|
|
- <view class="subTitle">{{item.subTitle}}</view>
|
|
|
- <view class="line divider-color"></view>
|
|
|
-</view>
|
|
|
+ <view class="bottom">
|
|
|
+ <view class="title secondary-text-color">{{item.title}}</view>
|
|
|
+ <text class="primary-color-fg detail">回复</text>
|
|
|
+ </view>
|
|
|
+</view>
|