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