app/pages/agreement/agreement.vue @@ -16,6 +16,9 @@ onLoad(options) { this.agreementType = options.type || '' this.title = options.title || '协议' uni.setNavigationBarTitle({ title: this.title }) this.getAgreementContent() }, methods: {