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