当前位置: 首页 > 工具软件 > Web-Return > 使用案例 >

uniapp如何加载html,uni-app使用web-view引入页面

蒲深
2023-12-01

代码如下:

export default {

data() {

return {

src: '',

webviewStyles: {

progress: {

color: '#FF3333'

}

}

}

},

onLoad(e) {

this.src = "http://m.tnblog.net/hb/article/details/5903";

// if (e.title) {

// uni.setNavigationBarTitle({

// title: e.title,

// success(e) {

// console.log("设置标题成功", e);

// },

// fail(e) {

// console.log("设置标题....", e);

// }

// });

// }

},

methods: {

}

}

.h5-html {

width: 100%;

height: 100%;

}

欢迎加群讨论技术,群号:677373950

 类似资料: