调整用户主页偏移量

This commit is contained in:
唐明明
2021-09-30 16:14:42 +08:00
parent 7dc1e0384b
commit 23ff69b525
175 changed files with 120 additions and 42 deletions

View File

@@ -130,7 +130,7 @@ export default {
methods: {
// 当前用户信息
idenInfo(type) {
identities().then(res => {
identities().then(res => {
res.identities.map(item => {
item.obj_condition = new Object();
for (let val of item.get_condition) {