pages/modal/3200_view.vue
@@ -98,13 +98,16 @@ }, }; }, onReady() { uni.setNavigationBarTitle({ title: this.title }); //设置顶部标题 }, async onLoad(options) { // console.log(options); try { showLoading("loading...") uni.setNavigationBarTitle({ title: options.titlename }); //设置顶部标题 this.title = options.titlename; this.param = JSON.parse(options.param); console.log(this.param);