7***@qq.com
7***@qq.com
  • 发布:2024-04-25 14:18
  • 更新:2024-04-25 14:18
  • 阅读:13

uniapp web-view H5 打不打开 https://u.jd.com/XsOp6y4 显示空白

分类:uni-app

uniapp web-view H5 打不打开 https://u.jd.com/XsOp6y4 显示空白

代码如下

<template>  
    <web-view :src="url"></web-view>  
</template>  

<script>  
    export default {  
        data() {  
            return {  
                url: ''  
            }  
        },  
        onLoad(option) {  
            this.url = decodeURIComponent(option.url);  
        },  
        methods: {  

        }  
    }  
</script>  

<style>  

</style>
2024-04-25 14:18 负责人:无 分享
已邀请:

要回复问题请先登录注册