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 () { save () {
uni.$emit('change', { uni.$emit('change', {
type: 'watermark', type: 'watermark',
value: this.chooseIndex > -1 ? this.chooseIndex : '' value: this.chooseIndex > -1 ? String(this.chooseIndex) : ''
}) })
uni.navigateBack({ uni.navigateBack({
delta: 1 delta: 1