feat : 新增 点子名片页, 修改我的简历页, 编辑个人信息页

This commit is contained in:
bin
2025-11-10 17:09:05 +08:00
parent e12241b0e4
commit 544cae7cb1
11 changed files with 868 additions and 576 deletions

View File

@@ -32,7 +32,7 @@
</view>
</view>
<view class="mini-cards">
<view class="card-top btn-feel">
<view class="card-top btn-feel" @click="navTo('/packageA/pages/personalInfo/personalInfo')">
<view class="top-title line_1">
<text>{{ userInfo.name || '暂无用户名' }}</text>
&nbsp;|&nbsp;
@@ -44,7 +44,7 @@
<text v-if="userInfo.jobTitle.length - 1 !== index">|</text>
</text>
</view>
<view class="top-btn button-click" @click="navTo('/packageA/pages/personalInfo/personalInfo')">
<view class="top-btn button-click" >
修改简历
</view>
</view>