123
This commit is contained in:
@@ -275,17 +275,10 @@ export default {
|
||||
components: {},
|
||||
data() {
|
||||
return {
|
||||
agreement: {
|
||||
userAgreement: '',
|
||||
anchorJoinAgreement: '',
|
||||
privacyAgreement: '',
|
||||
}
|
||||
}
|
||||
},
|
||||
created() {
|
||||
/*queryAgreement().then(response => {
|
||||
this.agreement = response.data.data
|
||||
})*/
|
||||
|
||||
},
|
||||
methods: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user