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