|
|
@@ -32,16 +32,17 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <image wx:if="{{like != -1}}" class="like" src="/images/like/{{like ? 'heart' : 'hollowheart'}}.png"
|
|
|
- catchtap="toggleLike" />
|
|
|
-
|
|
|
<view class="message-block">
|
|
|
- <view class="dark-primary-color-font">{{activityComment.length == 0 ? "暂无问答" : "答疑区:"}}</view>
|
|
|
- <view class="card" wx:for="{{activityComment}}" wx:for-item="item" wx:key="_id">
|
|
|
+ <view class="title2">{{activityComment.length == 0 ? "暂无问答" : "答疑区:"}}</view>
|
|
|
+ <image wx:if="{{like != -1}}" class="like" src="/images/like/{{like ? 'heart' : 'hollowheart'}}.png"
|
|
|
+ catchtap="toggleLike" />
|
|
|
+ <view class="card1" wx:for="{{activityComment}}" wx:for-item="item" wx:key="_id">
|
|
|
<itemActivityComment comment="{{item}}" time="{{item.time}}" />
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
+ <text>\n</text>
|
|
|
+
|
|
|
<view class="comment block-background-color">
|
|
|
<view class="comment-inside" style="display: flex; align-items: center;">
|
|
|
<icon type="info" size="20" color="#B0B0B0"></icon>
|