diff --git a/pages/report/index.vue b/pages/report/index.vue index 5d3ca8e..8215c66 100644 --- a/pages/report/index.vue +++ b/pages/report/index.vue @@ -10,12 +10,7 @@ - - + - - - @@ -115,20 +100,10 @@ - + - + - + @@ -153,9 +124,7 @@ {{ colorTypeInfo.enName }} {{ - colorTypeInfo.typeName + "型" === userFaceInfo.sj_color_type - ? "最佳颜色" - : "不匹配" + colorTypeInfo.typeName + '型' === collect.sj_color_type ? '最佳颜色' : '不匹配' }} @@ -200,41 +169,22 @@ - {{ colorTypeInfo.typeName }}人穿衣搭配全方案 + {{ colorTypeInfo.typeName }}人穿衣搭配全方案 - - + + + - - - 注:人工智能大模型在计算中可能存在0.5%的误差。 - - - ------ 色彩类型报告完 ------ - + 注:人工智能大模型在计算中可能存在0.5%的误差。 + ------ 色彩类型报告完 ------ @@ -247,12 +197,7 @@ v-for="(item, index) in avatarList" :key="index" > - + @@ -263,23 +208,11 @@ height: userFaceInfo?.gender === '男' ? '150px' : '328px', }" > - + - + 更多发型一键试戴 @@ -290,23 +223,13 @@ :key="index" style="height: 103px; margin-right: 8px" > - + - - 注:人工智能大模型在计算中可能存在0.5%的误差。 - - + 注:人工智能大模型在计算中可能存在0.5%的误差。 + ------ 发型报告完 ------ @@ -326,7 +249,7 @@ @click=" previewImage( `https://llyz.oss-cn-beijing.aliyuncs.com/diagnostic-report-h5/chineseZodiac/` + - shegnxiaoImgUrl + shegnxiaoImgUrl, ) " /> @@ -335,43 +258,25 @@ {{ numToChinese(shengxiaoNumList[0]) }} {{ numToChinese(shengxiaoNumList[1]) }} + {{ + numToChinese(shengxiaoNumList[2]) + }} {{ numToChinese(shengxiaoNumList[2]) }} - {{ numToChinese(shengxiaoNumList[3]) }} {{ numToChinese(shengxiaoNumList[4]) }} @@ -389,9 +294,7 @@ - - 注:人工智能大模型在计算中可能存在0.5%的误差。 - + 注:人工智能大模型在计算中可能存在0.5%的误差。 ------ 幸运色分析完 ------ @@ -414,224 +317,220 @@ diff --git a/sheep/api/report/index.js b/sheep/api/report/index.js index 796a133..520db3b 100644 --- a/sheep/api/report/index.js +++ b/sheep/api/report/index.js @@ -75,6 +75,12 @@ const ReportApi = { method: 'get', }), + getUserAvatar: () => + request({ + url: '/member/user/get ', + method: 'get', + }), + // https://puton.huimeimeta.com/app-api/cloth/getFaceList }; export default ReportApi;