@@ -3,7 +3,7 @@
display: flex;
align-items: flex-start;
justify-content: space-between;
- padding: 20rpx 40rpx;
+ padding: 20rpx 40rpx 24rpx;
border-bottom: 1px solid #D8D8D8;
.avatar {
@@ -1,5 +1,5 @@
<view class="commentPage">
- <view class="notes">
+ <view class="notes" wx:for="{{3}}" wx:key="index">
<image src="/static/stars-1.png" class="avatar" />
<view class="body">
<view class="nickName">帅气席尔瓦去</view>
@@ -2,7 +2,7 @@
}
.commentPage .notes .avatar {