对接接口
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<wd-navbar safeAreaInsetTop :bordered="false" :custom-class="customClass" :fixed="fixed" :placeholder="fixed" :zIndex="zIndex">
|
||||
<template #left>
|
||||
<view class="h-48rpx flex items-center" @click="navbar.back">
|
||||
<view class="mt-4rpx">
|
||||
<view class="mt-4rpx" v-if="leftArrow">
|
||||
<wd-icon name="thin-arrow-left" size="30rpx" :color="iconLeftColor" ></wd-icon>
|
||||
</view>
|
||||
<view class="text-[#303133] text-36rpx ml-24rpx leading-48rpx" v-if="!layoutLeft">{{ title }}</view>
|
||||
@ -45,6 +45,11 @@
|
||||
default: ''
|
||||
},
|
||||
|
||||
leftArrow: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
|
||||
// 是否开启左侧自定义布局
|
||||
layoutLeft: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user