@@ -233,6 +233,9 @@
},
onLoad(opt) {
//this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
+ uni.setNavigationBarTitle({
+ title: '检测报告' // 设定新标题
+ });
this.id = opt.id;
this.getDetail()
/* this.userInfo = this.$store.state.userInfo;