소스 검색

fix:遵义笼位退还中的 笼位退还按钮隐藏

Lambert 5 일 전
부모
커밋
f30223cb5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/animal.vue

+ 1 - 1
src/layout/animal.vue

@@ -15,7 +15,7 @@
     <van-tabbar-item replace to="/my-cage" icon="send-gift-o">我的笼位</van-tabbar-item>
     <van-tabbar-item replace to="/animal-application" icon="send-gift-o">笼位申请</van-tabbar-item>
     <van-tabbar-item replace to="/animal-application-removal" icon="send-gift-o">申请带离</van-tabbar-item>
-    <van-tabbar-item replace to="/animal-return" icon="send-gift-o">笼位退还</van-tabbar-item>
+<!--    <van-tabbar-item replace to="/animal-return" icon="send-gift-o">笼位退还</van-tabbar-item>-->
   </van-tabbar>
 </template>