增加零工市场

This commit is contained in:
francis_fh
2026-01-19 19:09:14 +08:00
parent 9cf5905d5f
commit 7dcfbd35fe
2 changed files with 19 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
<view class="role-icon">
<uni-icons type="person" size="32" :color="userType === 1 ? '#256BFA' : '#999'"></uni-icons>
</view>
<view class="role-text">我是求职者</view>
<view class="role-text">个人</view>
</view>
<view
class="role-item"
@@ -35,7 +35,7 @@
<view class="role-icon">
<uni-icons type="shop" size="32" :color="userType === 0 ? '#256BFA' : '#999'"></uni-icons>
</view>
<view class="role-text">我是招聘者</view>
<view class="role-text">单位</view>
</view>
</view>
</view>