Browse Source

fix: 企业小程序人才详情页出勤率改为100%

- 将硬编码的出勤率从98%改为100%,与订单页保持一致

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 2 weeks ago
parent
commit
d84661f777
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mini/package.json
  2. 1 1
      mini/src/pages/yongren/talent/detail/index.tsx

+ 1 - 1
mini/package.json

@@ -1,6 +1,6 @@
 {
   "name": "mini",
-  "version": "0.0.52",
+  "version": "0.0.54",
   "private": true,
   "description": "",
   "templateInfo": {

+ 1 - 1
mini/src/pages/yongren/talent/detail/index.tsx

@@ -269,7 +269,7 @@ const TalentDetail: React.FC<TalentDetailProps> = () => {
                     <Text className="text-xs opacity-80">在职天数</Text>
                   </View>
                   <View className="text-center flex flex-col">
-                    <Text className="text-2xl font-bold">98%</Text>
+                    <Text className="text-2xl font-bold">100%</Text>
                     <Text className="text-xs opacity-80">出勤率</Text>
                   </View>
                 </View>