|
<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>
|
|
<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>
|