BUG 26059
This commit is contained in:
@@ -35,7 +35,8 @@ export default {
|
|||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
params() {
|
params() {
|
||||||
return this.$route.query || {}
|
let {linkUrl} = this.$route.query
|
||||||
|
return {...this.$route.query, linkUrl: decodeURIComponent(linkUrl)} || {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
@@ -73,7 +74,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
confirm() {
|
confirm() {
|
||||||
uni.navigateBack({delta:-2})
|
uni.navigateBack({delta: -2})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|||||||
Reference in New Issue
Block a user