|
@@ -31,7 +31,7 @@
|
|
|
<image :src="img" style="width: 246rpx;height: 420rpx;" v-for="(img,index2) in item.photosUrlList" :key="index2" mode="aspectFill" @tap="previewImage(item.photosUrlList,index2)"></image>
|
|
|
</view> -->
|
|
|
<view class="img" style="display: flex;flex-wrap: wrap;" v-show="item.photosUrlList.length>0" >
|
|
|
- <image :src="img" @tap="previewImage(item.photosUrlList,index2)" mode="aspectFill" style="width:180rpx;height:180rpx;margin-right: 10rpx;margin-bottom: 10rpx;" v-for="(img,index2) in item.photosUrlList"
|
|
|
+ <image :src="img" @tap="previewImage(item.photosUrlList,index2)" mode="aspectFill" style="width:180rpx;height:180rpx;margin-bottom: 10rpx;" v-for="(img,index2) in item.photosUrlList"
|
|
|
:key="index2"></image>
|
|
|
</view>
|
|
|
<!-- 点赞 -->
|
|
@@ -410,6 +410,12 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
+ .img image{
|
|
|
+ padding-right: 10rpx;
|
|
|
+ }
|
|
|
+ .img image:nth-child(3n){
|
|
|
+ padding-right: 0rpx;
|
|
|
+ }
|
|
|
.popupClose {
|
|
|
width: 44rpx;
|
|
|
height: 44rpx;
|