|
@@ -72,6 +72,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <!-- 输入框 -->
|
|
|
<view class="point" bindtap="showgood"> ·· </view>
|
|
|
<van-popup show="{{ show }}" position="bottom" custom-style="height: {{bottomNavHeight+textareaHeight+70}}rpx;" bind:close="onClose" overlay-style='background-color: rgba(255, 255, 255, 0); ' custom-style='background-color: #efefef;'>
|
|
|
|
|
@@ -83,6 +84,7 @@
|
|
|
|
|
|
</van-popup>
|
|
|
</view>
|
|
|
+ <!-- 点赞人 -->
|
|
|
<view class="chinkinbox" wx:if="{{chickList.length!=0}}">
|
|
|
<van-icon name="like-o" size='18' />
|
|
|
<block wx:for="{{chickList}}">
|
|
@@ -91,6 +93,7 @@
|
|
|
</block>
|
|
|
|
|
|
</view>
|
|
|
+ <!-- 评论 -->
|
|
|
<view class="{{chickList.length !=0? 'commentbox' :'commentbox2' }}" wx:if="{{commentList.length!=0}}">
|
|
|
<block wx:for="{{commentList}}">
|
|
|
<view class="{{item.showdeletid?'comment2':'comment'}}" wx:if="{{!item.comment}}" bindtap="showpop" data-id="{{item.objectId}}">
|