29862
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user