<template>
<view class="page">
<web-view :src="src" :style="'width:'+ width +';height:'+ height+' ;'+ 'margin-top:'+ top +';'"></web-view>
</view>
</template>
vue中动态从服务器中request src 渲染页面,
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 2.9.8
手机系统: iOS
手机系统版本号: IOS 14
手机厂商: 苹果
手机机型: iphone 6
页面类型: nvue
打包方式: 云端
项目创建方式: HBuilderX
<template>
<view class="page">
<web-view :src="src" :style="'width:'+ width +';height:'+ height+' ;'+ 'margin-top:'+ top +';'"></web-view>
</view>
</template>
vue中动态从服务器中request src 渲染页面,
打开苹果app出现,
正常显示
显示了uniapp编译的代码
如图,页面中显示了vue 的源代码,不是我嵌入网站的代码,清除app后重新进入正常打开网页,
属于偶发现象
<template>
<view class="page">
<web-view :src="src" :style="'width:'+ width +';height:'+ height+' ;'+ 'margin-top:'+ top +';'"></web-view>
</view>
</template>
vue中动态从服务器中request src 渲染页面,