<template>
<view class="warp">
<web-view :src="url"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
url: '',
}
},
onShow() {
// 本地html文件
this.url="/hybrid/html/index.html";
},
}
</script>
![x***@sina.com](https://img-cdn-tc.dcloud.net.cn/account/identicon/aab59cfde63f5b03f9b39b63f0eca92c.png)
x***@sina.com
- 发布:2022-07-13 10:07
- 更新:2022-07-13 10:07
- 阅读:630
![](http://img-cdn-tc.dcloud.net.cn/uploads/questions/20220713/97fb8f11ccd841dcdd4fd6c36b51a1ac.png)