@@ -100,6 +100,7 @@ export default {
id: infoId,
},
success: (res) => {
+ console.log(res);
if (res.data.code === 200) {
let data = res.data.data
let time = this.$options.filters["globalTime"](data.addtime);
@@ -3,7 +3,7 @@
<div v-for="(otherAppeal, index) in otherAppealList" :key="index">
<appealCard
:otherAppeal="otherAppeal"
- @tap="toDetail(otherAppeal.id)" :isOther='false'
+ @tap="toDetail(otherAppeal.id)" :isOther='false' v-if="otherAppeal.ishow === '1'"
></appealCard>
</div>