wupengfei
2025-11-10 cc4dc1e11c29ae4cd2a4848c66ea38e1d6486202
apps/bMiniApp/src/components/JobDetailContent/JobDetailContent.vue
@@ -48,6 +48,7 @@
          :photos="photos"
          :height="height"
          :weight="weight"
          :shoeSize="shoeSize"
          :videos="videos"
        />
      </ProTabPane>
@@ -99,6 +100,7 @@
  height?: number;
  /** 体重 */
  weight?: number;
  shoeSize?: number;
  taskInfoUsers?: API.GetUserResumeQueryResultExperience[];
};