<template> <view> <web-view :src="url"></web-view> </view> </template> <script> export default { data() { return { url: '' } }, onLoad(e) { // 获取传递过来的链接 // console.log(e) this.url = JSON.parse(e.url) } } </script>
2***@qq.com (作者)
浏览器中打开都没有问题,在app中用webview打开,a标签的下载会报错,创建的下载在手机中无法打开
2020-04-03 17:10
俊达
回复 2***@qq.com: 解决了吗兄弟
2021-11-12 10:37