rk
21 小时以前 fa4c7baec36d58b4bdca66159ece743b5a45a9c8
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: {