|
@@ -13,7 +13,7 @@
|
|
|
<view class="comment-con">
|
|
|
<u-row gutter="16" class="pic-con">
|
|
|
<u-col span="3" v-for="(pic, ind) in item.taskTargetPhotoList" :key="ind">
|
|
|
- <u-image class="pic" width="100%" height="150upx" :src="pic.image" @click="clickPic(index, ind)"></u-image>
|
|
|
+ <u-image class="pic" width="100%" height="150upx" :src="pic.photoPath" @click="clickPic(index, ind)"></u-image>
|
|
|
</u-col>
|
|
|
</u-row>
|
|
|
<view class="comment-main">{{item.comments}}</view>
|
|
@@ -52,8 +52,8 @@
|
|
|
if(item.taskTargetPhotoList){
|
|
|
item.photoList = []
|
|
|
item.taskTargetPhotoList.map(subItem => {
|
|
|
- subItem.image = subItem.photoBasePath + subItem.photoPath
|
|
|
- item.photoList.push(subItem.image)
|
|
|
+ // subItem.image = subItem.photoBasePath + subItem.photoPath
|
|
|
+ item.photoList.push(subItem.photoPath)
|
|
|
})
|
|
|
}
|
|
|
})
|