rk
6 天以前 8caa1157044d2229e56a288cc5665fadf526dd45
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: {