|
|
@ -1,16 +1,17 @@ |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
<div class='container' style="height: 85vh; overflow: auto;"> |
|
|
|
<div class="card flex flex-y "> |
|
|
|
<h2>{{ ProblemDescription.subjectTitle }}</h2> |
|
|
|
<div class="m-bottom5">{{ ProblemDescription.eventContent }}</div> |
|
|
|
<div class="font-size13 gray">{{ ProblemDescription.createdTime }}</div> |
|
|
|
<div class="image-grid" v-for="item in ProblemDescription.imageList" > |
|
|
|
<div class="grid-item "> |
|
|
|
<img :src="item" style="width: 105px; height: 75px;"> |
|
|
|
<div class='container' style="height: 85vh; overflow: auto;"> |
|
|
|
<div class="card flex flex-y "> |
|
|
|
<h2>{{ ProblemDescription.subjectTitle }}</h2> |
|
|
|
<div class="m-bottom5">{{ ProblemDescription.eventContent }}</div> |
|
|
|
<div class="font-size13 gray">{{ ProblemDescription.createdTime }}</div> |
|
|
|
|
|
|
|
<div class="" v-for="item in ProblemDescription.imageList"> |
|
|
|
<div class=" flex flex-center1 flex-center2"> |
|
|
|
<img :src="item" style="width: 100%; height: 100%;"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="flex flex-y flex-center1 flex-center2 gray back_color m-top15"> |
|
|
|
<!-- <div class="flex flex-y flex-center1 flex-center2 gray back_color m-top15"> |
|
|
|
<div class="flex m-top16 flex-center1 flex-center2 vote white"> |
|
|
|
<div :style="{ width:support1Width}"> |
|
|
|
<span class="van-ellipsis" style="width: 100px;">支持 {{ ProblemDescription.supportNum }}</span> |
|
|
@ -23,8 +24,8 @@ |
|
|
|
<div class="gray font-size13 p-12">{{dataValue}}人参与</div> |
|
|
|
|
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<!-- <div class="bot_btn flex flex-x flex-mean m-bot50 back_color back_color"> |
|
|
|
</div> |
|
|
|
<!-- <div class="bot_btn flex flex-x flex-mean m-bot50 back_color back_color"> |
|
|
|
<van-button :disabled="disableAllButtons" round class="support" |
|
|
|
:icon="require('@/assets/images/icons/support.png')" type="info" @click="handelClicsupport"> |
|
|
|
支持 |
|
|
@ -35,10 +36,10 @@ |
|
|
|
反对 |
|
|
|
</van-button> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<Android /> |
|
|
|
</div> |
|
|
|
<Android/> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|