Sfoglia il codice sorgente

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

Lambert 5 giorni fa
parent
commit
f30223cb5b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>