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.
31 lines
569 B
31 lines
569 B
3 years ago
|
export default {
|
||
|
FireKeys : {
|
||
|
NeedsSelectedCallback : 'NeedsSelectedCallback',
|
||
|
},
|
||
|
UserNeeds : ["小红书","抖音","美团","大众","App","小程序","官网","公众号","其他"],
|
||
|
///用户自己的数据
|
||
|
Player : {
|
||
|
//昵称
|
||
|
nickName : "",
|
||
|
//头像地址
|
||
|
headUrl : "",
|
||
|
//性别
|
||
|
sex : 0,
|
||
|
//生日
|
||
|
birthday : "",
|
||
|
//电话号码
|
||
|
phone : "",
|
||
|
//职业
|
||
|
profession : "",
|
||
|
//简介
|
||
|
intro : "",
|
||
|
///真实姓名
|
||
|
realName : "",
|
||
|
///身份证号码
|
||
|
idNumber : "",
|
||
|
///银行卡号
|
||
|
bankId : "",
|
||
|
///开户行
|
||
|
bankAddress: "",
|
||
|
},
|
||
|
}
|