修正完了error

This commit is contained in:
2020-10-22 11:04:04 +08:00
parent 854ce7191c
commit ff85285fb4
22 changed files with 303 additions and 295 deletions

View File

@@ -5,15 +5,15 @@ export default createStore({
state: {
userinfo:{
accesstoken: "",
api_token: "",
apiToken: "",
birthday: "",
country: "",
countryValue: "",
cover: "",
created_at: "",
createdAt: "",
currency: "",
currencyValue: "",
deleted_at: null,
deletedAt: null,
desc: "",
email: "",
img: "",
@@ -22,7 +22,7 @@ export default createStore({
languageValue: "zh",
live: "",
livetime: "",
login_type: 0,
loginType: 0,
memberid: 0,
mobile: "",
money: "",
@@ -39,7 +39,7 @@ export default createStore({
tlanguageValue: 1,
type: 1,
uid: "",
updated_at: "",
updatedAt: "",
video: "",
willsay: [{name: "请选择", level: 0}],
willsayValue: [{name: "0", level: 0}],