pages/modal/5602.vue
@@ -252,11 +252,13 @@ popupParam: {}, }; }, onReady() { uni.setNavigationBarTitle({ title: this.title }); //设置顶部标题 }, onLoad(options) { // console.log(options); uni.setNavigationBarTitle({ title: options.titlename }); //设置顶部标题 this.title = options.titlename; this.param = JSON.parse(options.param); // console.log(this.param);