@@ -117,7 +117,16 @@
<script>
export default {
name: 'agreement',
- props: ['YYMMDD', 'compactAddress'],
+ props: {
+ YYMMDD: {
+ type: String,
+ default: ''
+ },
+ compactAddress: {
+ }
async mounted () {
await this.$nextTick()
this.$refreshTitle('服务协议')
@@ -206,7 +206,12 @@
name: 'compact',
- props: ['id'],
+ id: {
data () {
return {
booFetch: false,