Browse Source

导航栏

master
chenkun 6 months ago
parent
commit
af490ad25a
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      components/base/navbar.vue
  2. +1
    -1
      pages/index/tradingPlatform.vue

+ 4
- 4
components/base/navbar.vue View File

@ -7,14 +7,14 @@
<uv-icon name="arrow-left"
v-if="leftClick"
@click="$emit('leftClick')"
color="#333" size="46rpx"></uv-icon>
color="#FFF" size="46rpx"></uv-icon>
</view>
<view>{{ title }}</view>
<view style="color:#FFF">{{ title }}</view>
<view class="icon">
<uv-icon name="search"
v-if="isSearch"
color="#333" size="58rpx"></uv-icon>
color="#FFF" size="58rpx"></uv-icon>
<uv-icon name="plus-circle" color="#333"
v-if="isPlus"
@ -63,7 +63,7 @@
},
bgColor : {
default : '#fff'
default : '#1f1c39'
}
},
created() {


+ 1
- 1
pages/index/tradingPlatform.vue View File

@ -30,7 +30,7 @@
</view>
<tabber select="2"/>
<tabber select="1"/>
</view>
</template>


Loading…
Cancel
Save