@@ -5,6 +5,7 @@
:otherAppeal="otherAppeal"
@tap="toDetail(otherAppeal.id)" :isOther='false'></appealCard>
</div>
+ <image src="../../static/nodata.svg" mode="aspectFit" style="width: 100%;" v-if="otherAppealList.length === 0"></image>
</template>
<script>