新增助养

This commit is contained in:
liuye
2024-09-14 09:07:09 +08:00
parent ac2976f365
commit a312d3e34b
5 changed files with 322 additions and 10 deletions

View File

@@ -55,6 +55,9 @@ export default {
methods: {
linkTo(url) {
uni.navigateTo({url})
},
change(e) {
this.tabIndex = e
}
},
}