【小程序-轮播图:跳转至指定链接失败】https://www.tapd.cn/56509124/bugtrace/bugs/view?bug_id=1156509124001003513
This commit is contained in:
parent
ee2b143aee
commit
aeb6a7b47b
|
|
@ -9,7 +9,7 @@ import { ref } from 'vue'
|
|||
const url = ref('')
|
||||
|
||||
onLoad((options) => {
|
||||
url.value = options.url!
|
||||
url.value = decodeURIComponent(options.url!)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue