li.shaoyi há 2 anos atrás
pai
commit
c242b58e73
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/packages/gstj/views/spot/list/Index.vue

+ 1 - 1
src/packages/gstj/views/spot/list/Index.vue

@@ -1,7 +1,7 @@
 <template>
     <app-view class="spot-list">
         <template #header>
-            <app-navbar title="现货挂牌">
+            <app-navbar title="现货挂牌" :show-back-button="false">
                 <template #right>
                     <Icon name="add" size=".4rem" @click="$router.push({ name: 'spot-add' })" />
                     <Icon name="bars" size=".4rem" @click="isWaterfall = !isWaterfall" />