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