Jing-Jiu 4 年之前
父節點
當前提交
57a59244f6
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      pages/appeal/appeal_detail.vue
  2. 1 1
      pages/appeal/myAppeal.vue

+ 1 - 0
pages/appeal/appeal_detail.vue

@@ -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);

+ 1 - 1
pages/appeal/myAppeal.vue

@@ -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>
   </div>