|
@@ -126,7 +126,7 @@
|
|
|
<view wx:for="{{images}}" wx:if="{{index < 9}}">
|
|
|
<view class="image-wrapper">
|
|
|
<image mode="scaleToFill" bindtap="previewImage" data-index="{{index}}" class="image" src="{{item}}"></image>
|
|
|
- <view class="more-images" wx:if="{{index==8}}" bindtap="gourl" data-id="{{cicleList[0].objectId}}" data-url="../../pages/circle-detail/index">+{{images.length - 9}}</view>
|
|
|
+ <view class="more-images" wx:if="{{index==8}}" bindtap="gourl" data-url="../../pages/circle/circle-detail/index" data-id="{{cicleList[0].objectId}}">+{{images.length - 9}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -139,13 +139,31 @@
|
|
|
<view class="picture3" wx:if="{{images.length==1}}">
|
|
|
<image mode="scaleToFill" bindtap="previewImage" data-index="{{index}}" class="{{imageclass}}" wx:for="{{images}}" src="{{item}}" bindload="onImageLoad"> </image>
|
|
|
</view>
|
|
|
-
|
|
|
+ <view class="addbox">
|
|
|
+ <van-icon name="location-o" size='28rpx'/>
|
|
|
+ <view class="add-tex">南昌市</view>
|
|
|
+ </view>
|
|
|
<view class="timebox">
|
|
|
- <!-- 展示时间 -->
|
|
|
+ <view class="dianzan">
|
|
|
+ <van-icon name="good-job-o" size='32rpx' />
|
|
|
+ 12
|
|
|
+ </view>
|
|
|
+
|
|
|
<view class="time-box">
|
|
|
<!-- <view class="time">{{time}}</view> -->
|
|
|
- <van-icon wx:if="{{ permission=='delete'}}" color='#1a1abd' bind:click='showconfirm' name="delete-o" size='20' />
|
|
|
+ <!-- 删除 -->
|
|
|
+ <van-icon wx:if="{{ permission=='delete'}}" color='#1a1abd' bind:click='showconfirm' name="delete-o" size='32rpx' />
|
|
|
<van-dialog id="van-dialog" showCancelButton message='你确认要删除吗' show="{{ showconfirm }}" bind:cancel='cancleconfirm' bind:confirm='clickconfirm' />
|
|
|
+ <!-- 评论 -->
|
|
|
+ <view class="pinlunbox" bindtap="showPopup">
|
|
|
+ <van-icon name="chat-o" size='32rpx'/>
|
|
|
+ 12
|
|
|
+ </view>
|
|
|
+ <!-- 转发 -->
|
|
|
+ <view class="pinlunbox" style="margin-left: 10rpx;">
|
|
|
+ <van-icon name="share-o" size='32rpx' />
|
|
|
+ 12
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<!-- 点赞评论 -->
|
|
|
<!-- <view class="functionbox" wx:if="{{isgood}}">
|
|
@@ -191,16 +209,15 @@
|
|
|
<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}}">
|
|
|
- <span style="color: #072d79;">{{item.user.nickname}}</span>
|
|
|
- :
|
|
|
+ <span style="color: #4896FB;margin-right:10rpx">{{item.user.nickname}}:</span>
|
|
|
<span>{{item.content}}</span>
|
|
|
<view wx:if="{{item.showdeletid}}" class="delete" bindtap="deletecomment" data-id="{{item.objectId}}">删除</view>
|
|
|
</view>
|
|
|
<view class="{{item.showdeletid?'comment2':'comment'}}" wx:if="{{item.comment&&!item.comment.isDeleted}}" bindtap="showpop" data-id="{{item.objectId}}">
|
|
|
- <span style="color: #072d79;">{{item.user.nickname}}</span>
|
|
|
+ <span style="color: #4896FB;">{{item.user.nickname}}</span>
|
|
|
回复
|
|
|
- <span style="color: #072d79;">{{item.comment.user.nickname}}</span>
|
|
|
- :
|
|
|
+ <span style="color: #4896FB;margin-right:10rpx">{{item.comment.user.nickname}}:</span>
|
|
|
+
|
|
|
<span>{{item.content}}</span>
|
|
|
<view wx:if="{{item.showdeletid}}" class="delete" bindtap="deletecomment" data-id="{{item.objectId}}">删除</view>
|
|
|
</view>
|