wupengfei
1 天以前 ccc340793f1cf2c3932be705c69fa5906033f989
apps/bMiniApp/src/components/JobDetailContent/JobDetailContent.vue
@@ -48,6 +48,8 @@
          :photos="photos"
          :height="height"
          :weight="weight"
          :shoeSize="shoeSize"
          :videos="videos"
        />
      </ProTabPane>
      <ProTabPane :title="`经历`" pane-key="2">
@@ -93,10 +95,12 @@
  workSeniority?: string;
  workExperience?: string;
  photos?: string[];
  videos?: string[];
  /** 身高 */
  height?: number;
  /** 体重 */
  weight?: number;
  shoeSize?: number;
  taskInfoUsers?: API.GetUserResumeQueryResultExperience[];
};