|
63 | 63 | </view> |
64 | 64 | </view> |
65 | 65 |
|
66 | | - <!-- 上一篇 --> |
| 66 | + <!-- |
67 | 67 | <view wx:if="{{display}}" class="pagination"> |
68 | 68 | <view wx:if="{{detail.previous_post_id}}" class="nav-previous"> |
69 | 69 | <navigator url="../detail/detail?id={{detail.previous_post_id}}" open-type="redirect" hover-class="relatedNavigator" style="position:fixed;right:26rpx;bottom:340rpx;background:rgba(255,255,255,.95);width:50rpx;height:50rpx;padding:15rpx;box-shadow:0rpx 2rpx 6rpx rgba(0,0,0,.2);border-radius:50%;z-index:999"> |
70 | 70 | <image src="../../images/source-commit-end-local.svg" style="height:50rpx;width:50rpx;"></image> |
71 | 71 | </navigator> |
72 | 72 | </view> |
73 | 73 | </view> |
74 | | - <!-- 下一篇 --> |
| 74 | + |
75 | 75 | <view wx:if="{{display}}" class="pagination"> |
76 | 76 | <view wx:if="{{detail.next_post_id}}" class="nav-next"> |
77 | 77 | <navigator url="../detail/detail?id={{detail.next_post_id}}" open-type="redirect" hover-class="relatedNavigator" style="position:fixed;right:26rpx;bottom:230rpx;background:rgba(255,255,255,.95);width:50rpx;height:50rpx;padding:15rpx;box-shadow:0rpx 2rpx 6rpx rgba(0,0,0,.2);border-radius:50%;z-index:999"> |
78 | 78 | <image src="../../images/source-commit-start-next-local.svg" style="height:50rpx;width:50rpx;"></image> |
79 | 79 | </navigator> |
80 | 80 | </view> |
81 | 81 | </view> |
82 | | - <!--<view class="relatedPost" style="display:{{display}}"> |
83 | | - <view class="relatedTitle"> |
84 | | - 相关文章 |
85 | | - </view> |
86 | | - <view class="entry-gap-like"></view> |
87 | | - <view class="relatedText"> |
88 | | - <block wx:key="id" wx:for="{{postList}}"> |
89 | | - <navigator url="../detail/detail?id={{item.id}}" open-type="redirect" hover-class="relatedNavigator"><image src="../../images/circle-empty.png" style='width:16rpx;height:16rpx;margin:0 14rpx 1rpx 0;'></image>{{item.title.rendered}}</navigator> |
| 82 | + <view class="relatedPost" style="display:{{display}}"> |
| 83 | + <view class="relatedTitle"> |
| 84 | + 相关文章 |
| 85 | + </view> |
| 86 | + <view class="entry-gap-like"></view> |
| 87 | + <view class="relatedText"> |
| 88 | + <block wx:key="id" wx:for="{{postList}}"> |
| 89 | + <navigator url="../detail/detail?id={{item.id}}" open-type="redirect" hover-class="relatedNavigator"> |
| 90 | + <image src="../../images/circle-empty.png" style='width:16rpx;height:16rpx;margin:0 14rpx 1rpx 0;'></image>{{item.title.rendered}}</navigator> |
90 | 91 |
|
91 | | - </block> |
92 | | - </view> |
93 | | - </view>--> |
| 92 | + </block> |
| 93 | + </view> |
| 94 | + </view> |
| 95 | + --> |
94 | 96 |
|
95 | 97 | <view class="likePost" style="display:{{displayLikenone}}"> |
96 | 98 | <view catchtap="clickLike" id="likebottom" class="likebtt"> |
|
212 | 214 | <button class="share-button share-button touch-active" open-type="share"> |
213 | 215 | </button> |
214 | 216 | </view> |
215 | | - |
216 | 217 | </view> |
217 | 218 | <view style="width:40%;text-align:center;line-height:50rpx;"> |
218 | 219 | <view> |
|
0 commit comments