修改样式

This commit is contained in:
xuli3099
2025-08-15 11:16:08 +08:00
parent b88c64af7e
commit 0678d725ad
8 changed files with 115 additions and 102 deletions

View File

@@ -24,7 +24,7 @@ onLoad(async(opt) => {
onReady(()=>{
setTimeout(()=>{
uni.setNavigationBarTitle({
title:'app中要设置的标题'
title:title.value
})
},2000)
})