|
@@ -23,17 +23,19 @@
|
|
|
</view>
|
|
|
<view class="relative ml-12.5 text-gray-5">
|
|
|
<view class="relative mt-3" v-html="item.opinionContent"/>
|
|
|
- <hc-row :gutter="10" class="mt-3" v-if="item.returnFiles?.length > 0">
|
|
|
- <hc-col :span="8" class="h-125" v-for="(img, index) in item['returnFiles']">
|
|
|
- <hc-image class="radius" un-border="1 solid gray-2" :src="img"/>
|
|
|
- </hc-col>
|
|
|
- <hc-col :span="8" class="h-125" v-for="(img, index) in item['returnFiles']">
|
|
|
- <hc-image class="radius" un-border="1 solid gray-2" :src="img"/>
|
|
|
- </hc-col>
|
|
|
- <hc-col :span="8" class="h-125" v-for="(img, index) in item['returnFiles']">
|
|
|
- <hc-image class="radius" un-border="1 solid gray-2" :src="img"/>
|
|
|
- </hc-col>
|
|
|
- </hc-row>
|
|
|
+ <view class="mt-3" v-if="item.returnFiles?.length > 0">
|
|
|
+ <hc-row :gutter="10">
|
|
|
+ <hc-col :span="8" class="h-125" v-for="(img, index) in item['returnFiles']">
|
|
|
+ <hc-image class="radius" un-border="1 solid gray-2" :src="img"/>
|
|
|
+ </hc-col>
|
|
|
+ <hc-col :span="8" class="h-125" v-for="(img, index) in item['returnFiles']">
|
|
|
+ <hc-image class="radius" un-border="1 solid gray-2" :src="img"/>
|
|
|
+ </hc-col>
|
|
|
+ <hc-col :span="8" class="h-125" v-for="(img, index) in item['returnFiles']">
|
|
|
+ <hc-image class="radius" un-border="1 solid gray-2" :src="img"/>
|
|
|
+ </hc-col>
|
|
|
+ </hc-row>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|