diff --git a/components/ProductSection.vue b/components/ProductSection.vue index dca2437..bca3260 100644 --- a/components/ProductSection.vue +++ b/components/ProductSection.vue @@ -26,7 +26,7 @@ - + 智能体 - {{ item.aiName }} + {{ item.agent.name }} diff --git a/pages/index/iSoul.vue b/pages/index/iSoul.vue index 475324e..f40d506 100644 --- a/pages/index/iSoul.vue +++ b/pages/index/iSoul.vue @@ -23,7 +23,7 @@ class="avatar-img"> - {{ userInfo.nickname || "去登录" }} + {{ userInfo.nickname || "去登录" }} ID:{{ userInfo.redBookId || "123456" }} - - @@ -1557,7 +1556,7 @@ export default { } .goods-select-name { - text-align: left; + text-align: left; font-size: 28rpx; color: #333; font-weight: 600; diff --git a/subPackages/user/changeNickname.vue b/subPackages/user/changeNickname.vue index 6cf0fa1..a427bc0 100644 --- a/subPackages/user/changeNickname.vue +++ b/subPackages/user/changeNickname.vue @@ -1,89 +1,325 @@ - \ No newline at end of file + diff --git a/subPackages/user/profile.vue b/subPackages/user/profile.vue index 4419f2b..0a88b0e 100644 --- a/subPackages/user/profile.vue +++ b/subPackages/user/profile.vue @@ -1,26 +1,37 @@