1.26 个股详情业务结构,发展历程模块完善

This commit is contained in:
尚政杰
2026-01-26 17:53:08 +08:00
parent f296e005b3
commit 67a673cd4d
508 changed files with 44334 additions and 305 deletions

View File

@@ -243,6 +243,16 @@ export function getNumStr(r)
return r
}
/**
* 根据姓名获取姓
* @param {Object} r
*/
export function getLastNameStr(r)
{
if (!r) return
return r.substr(0,1)
}
/**
* 获取本地时间
* @param {Object} time