瑶都万能墙
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
422 B

export default {
data() {
return {
sex : {
: {
name : 'man',
color : '#5baaff',
},
: {
name : 'woman',
color : '#ff50b3',
},
},
sexList : [
{
value : '男',
icon : 'man',
actColor : '#5baaff',
},
{
value : '女',
icon : 'woman',
actColor : '#ff50b3',
},
],
ta : {
: '他',
: '她',
}
}
},
}