index.vue 164 B

1234567
  1. <template>
  2. <app-view class="pickup g-form">
  3. <template #header>
  4. <app-navbar title="提货" />
  5. </template>
  6. </app-view>
  7. </template>