个人档案修改

This commit is contained in:
asd
2020-10-16 19:12:57 +08:00
parent 9db63a6a1d
commit 41009afeec
6 changed files with 129 additions and 71 deletions

View File

@@ -8,21 +8,25 @@ export default createStore({
api_token: "",
birthday: "",
country: "",
countryValue: "",
cover: "",
created_at: "",
currency: 2,
currency: "",
currencyValue: "",
deleted_at: null,
desc: "",
email: "",
img: "",
interest: "",
language: "中文",
languageValue: "zh",
live: "",
livetime: "",
login_type: 0,
memberid: 0,
mobile: "",
money: "",
moneyValue: 0,
msg: "",
mtongue: "",
name: "",
@@ -30,18 +34,17 @@ export default createStore({
position: 0,
publish: 0,
score: "",
status: true,
tlanguage: "",
type: 0,
status: false,
tlanguage: "中文",
tlanguageValue: 1,
type: 1,
uid: "",
updated_at: "",
video: "",
willsay: [{
"name": "请选择",
"level": 0
}],
willsay: [{name: "请选择", level: 0}],
willsayValue: [{name: "0", level: 0}],
zoneStr: "中途岛GMT-11:00",
zoneid: 0
zoneid: 1,
},
islogin: false
},