8.28 修改事件详情相关概念模块样式,增加股票详情信息来源展示
This commit is contained in:
@@ -82,6 +82,7 @@ const _sfc_main = {
|
||||
avatar: this.avatar,
|
||||
nickname: this.nickname,
|
||||
gender: this.sex == "男" ? "male" : "female",
|
||||
phone: this.mobile,
|
||||
bio: this.profile,
|
||||
isFile: 1
|
||||
};
|
||||
@@ -95,6 +96,7 @@ const _sfc_main = {
|
||||
let param = {
|
||||
nickname: this.nickname,
|
||||
gender: this.sex == "男" ? "male" : "female",
|
||||
phone: this.mobile,
|
||||
bio: this.profile
|
||||
};
|
||||
request_api.updateBasicInfo(param).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user