ソースを参照

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>