代码如下:
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