MrShi
2026-06-09 3f9032e92fdd383bfefc87a0bec9b242e1223851
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: {