This commit is contained in:
Iruka 2025-01-06 16:56:41 +08:00
parent 4646304b4b
commit 6ad1038fa3

View File

@ -25,11 +25,11 @@
},
onLoad(event) {
this.params = event
if (event.title) {
// uni.setNavigationBarTitle({
// title: event.title
// })
}
// if (event.title) {
// uni.setNavigationBarTitle({
// title: event.title
// })
// }
}
}
</script>