8.28 修改事件详情相关概念模块样式,增加股票详情信息来源展示

This commit is contained in:
尚政杰
2025-08-28 17:42:22 +08:00
parent 58b3414bdd
commit bf2388c3ec
403 changed files with 19843 additions and 1602 deletions

View File

@@ -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) => {