This commit is contained in:
yanran200730
2022-05-25 18:14:07 +08:00
parent 8963a7a28d
commit cb5e8ba833
4 changed files with 10 additions and 13 deletions

View File

@@ -55,7 +55,7 @@
},
save () {
uni.$emit('change', this.config)
uni.$emit('filedChange', this.config)
uni.navigateBack({
delta: 1
})