|
@ -7,12 +7,12 @@ |
|
|
<div class="font-size15 gray">{{ ProblemDescription.agencyName }}</div> |
|
|
<div class="font-size15 gray">{{ ProblemDescription.agencyName }}</div> |
|
|
<div class="font-size15 gray">{{ ProblemDescription.updatedTime }}</div> |
|
|
<div class="font-size15 gray">{{ ProblemDescription.updatedTime }}</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="m-bottom5 font-size18">{{ ProblemDescription.subjectContent }}</div> |
|
|
<div class="m-bottom5 font-size18" ><div v-html="ProblemDescription.subjectContent"></div></div> |
|
|
<div class="image-grid" v-for="item in ProblemDescription.attachmentList" > |
|
|
<!-- <div class="image-grid" v-for="item in ProblemDescription.attachmentList" > |
|
|
<div class="grid-item "> |
|
|
<div class="grid-item "> |
|
|
<img :src="item" style="width: 105px; height: 75px;"> |
|
|
<img :src="item" style="width: 105px; height: 75px;"> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> --> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="flex flex-center1 " style="position: fixed; bottom:60px; left: 0px; right:0px;"> |
|
|
<div class="flex flex-center1 " style="position: fixed; bottom:60px; left: 0px; right:0px;"> |
|
@ -117,7 +117,7 @@ export default { |
|
|
} |
|
|
} |
|
|
await getDetailSpecial(parm).then(res => { |
|
|
await getDetailSpecial(parm).then(res => { |
|
|
this.ProblemDescription = res.data; |
|
|
this.ProblemDescription = res.data; |
|
|
this.ProblemDescription.subjectContent= this.ProblemDescription.subjectContent.replace(/<[^>]*>/g, '') |
|
|
this.ProblemDescription.subjectContent= this.ProblemDescription.subjectContent.replace(/<img/gi,'<img style="max-width:100%;height:auto;margin:0 auto;display:block"') |
|
|
this.dataValue = res.data.opposeNum + res.data.supportNum |
|
|
this.dataValue = res.data.opposeNum + res.data.supportNum |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|