更新:增加“图书首页”功能
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
<view class="navbar">
|
||||
<view class="statusBar" :style="{height:getStatusBarHeight()+'px'}"></view>
|
||||
<view class="titleBar" :style="{height:getTitleBarHeight()+'px'}">
|
||||
<wd-navbar :title="title" :left-arrow="leftArrow" @click="handleClickLeft"></wd-navbar>
|
||||
<wd-navbar :title="title" :left-arrow="leftArrow" @click="handleClickLeft">
|
||||
<template #title>
|
||||
<slot name="title"></slot>
|
||||
</template>
|
||||
</wd-navbar>
|
||||
</view>
|
||||
</view>
|
||||
<view :style="{height:getNavBarHeight() +'px'}"></view>
|
||||
|
||||
Reference in New Issue
Block a user