10.14号更新

This commit is contained in:
zoujiandong
2025-10-14 17:46:23 +08:00
parent 8b1e9bcb41
commit b16601baa6
99 changed files with 286 additions and 254 deletions
+6 -2
View File
@@ -1,12 +1,12 @@
<template>
<!-- 顶部导航栏 -->
<uni-nav-bar
left-icon="left"
:left-icon="showLeft?left:''"
:title="title"
@clickLeft="goBack"
fixed
color="#8B2316"
height="140rpx"
height="180rpx"
:border="false"
backgroundColor="#eeeeee"
/>
@@ -16,6 +16,10 @@
import { ref } from 'vue';
import { onShow } from "@dcloudio/uni-app";
const props=defineProps({
showLeft:{
type:Boolean,
default:true
},
title:{
type:String,
default:''