| | |
| | | <view class="pl-item-tx"> |
| | | <image :src="item.memberImgUrl" mode="widthFix"></image> |
| | | </view> |
| | | <view class="pl-item-info"> |
| | | <view class="pl-item-info" @click.stop="openTwo(item.id, item)"> |
| | | <view class="pl-item-info-name">{{item.nikeName}}</view> |
| | | <view class="pl-item-info-content" v-if="item.content"> |
| | | {{item.content}} |
| | |
| | | <view class="pl-item-info-data-time">{{item.createDate }}</view> |
| | | <view class="pl-item-info-data-list"> |
| | | <view class="pl-item-info-data-list-item" > |
| | | <image src="/static/icon/ic_reply2@2x.png" mode="widthFix" @click="openTwo(item.id, item)"></image> |
| | | <!-- @click.stop="openTwo(item.id, item)" --> |
| | | <image src="/static/icon/ic_reply2@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | <view class="pl-item-info-data-list-item" > |
| | | <image src="/static/icon/dianzan.png" mode="widthFix" v-if="!item.zanStatus || item.zanStatus == 0" @click.stop="dianzanpl(item)"></image> |
| | |
| | | <view class="pl-item-info-data"> |
| | | <view class="pl-item-info-data-time">{{child.createDate}}</view> |
| | | <view class="pl-item-info-data-list"> |
| | | <view class="pl-item-info-data-list-item" @click="openTwo(item.id, child)"> |
| | | <view class="pl-item-info-data-list-item" @click.stop="openTwo(item.id, child)"> |
| | | <image src="/static/icon/ic_reply2@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | <view class="pl-item-info-data-list-item" @click.stop="dianzanpl(child)"> |