MrShi
2026-06-05 00a7a61df86db969f2ba61c508d02ba4709ce3d4
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: {