| | |
| | | }, |
| | | }; |
| | | }, |
| | | 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); |
| | |
| | | }) |
| | | }, |
| | | //处理相关按钮 |
| | | async onButtonClicked(btn) { |
| | | onButtonClicked(btn) { |
| | | this.handleButtonClick((done) => { |
| | | this.buttonClicked(btn); |
| | | setTimeout(() => { |
| | | done(); // 重置状态 |
| | | }, 1000); |
| | | }); |
| | | }, |
| | | async buttonClicked(btn) { |
| | | var style = this.styleDef || ''; |
| | | |
| | | try { |