This commit is contained in:
yanran200730
2022-05-25 16:57:05 +08:00
parent a7fcd7921a
commit 046519ba52

View File

@@ -74,7 +74,7 @@
save () {
uni.$emit('change', {
type: 'watermark',
value: this.chooseIndex > -1 ? this.chooseIndex : ''
value: this.chooseIndex > -1 ? String(this.chooseIndex) : ''
})
uni.navigateBack({
delta: 1