diff --git a/pages/report/component/FirstStyleType/SensoryTypes.vue b/pages/report/component/FirstStyleType/SensoryTypes.vue
index bf1e6ff..8c17ccc 100644
--- a/pages/report/component/FirstStyleType/SensoryTypes.vue
+++ b/pages/report/component/FirstStyleType/SensoryTypes.vue
@@ -14,17 +14,17 @@ const props = defineProps({
const json = ref( [
{
type: '0',
- value: '曲线型',
+ value: '轮廓偏曲',
desc: '面部五官线条(眉眼、嘴唇等)没有特别强烈的曲线感或直线硬朗感,面部轮廓、发型线条以及穿着的服装(V 领、简洁款式 )也呈现出既非极端曲线柔和,也非极端直线利落的状态,是较为平衡的直曲适中风格 。'
},
{
type: '1',
- value: '曲直适中',
+ value: '轮廓适中',
desc: '面部五官线条(眉眼、嘴唇等)没有特别强烈的曲线感或直线硬朗感,面部轮廓、发型线条以及穿着的服装(V 领、简洁款式 )也呈现出既非极端曲线柔和,也非极端直线利落的状态,是较为平衡的直曲适中风格 。'
},
{
type: '2',
- value: '直线型',
+ value: '轮廓偏直',
desc: '面部五官线条(眉眼、嘴唇等)没有特别强烈的曲线感或直线硬朗感,面部轮廓、发型线条以及穿着的服装(V 领、简洁款式 )也呈现出既非极端曲线柔和,也非极端直线利落的状态,是较为平衡的直曲适中风格 。'
}
])
diff --git a/pages/report/index.vue b/pages/report/index.vue
index 1d2faed..bde0d02 100644
--- a/pages/report/index.vue
+++ b/pages/report/index.vue
@@ -1,13 +1,13 @@
-
+
-
+
+
四季色彩定位
@@ -214,7 +215,7 @@
-
+
-
+
@@ -437,10 +438,11 @@
const { data } = JSON.parse(res2.result[0].thridResp);
const target = Object.assign({}, JSON.parse(res1.data.dataJson), data.face_figure, {
- avatar_img_url: res3.data.avatar || 'https://puton.huimeimeta.com/imgs/default_avatar.png',
+ // avatar_img_url: res3.data.avatar || 'https://puton.huimeimeta.com/imgs/default_avatar.png',
firstImageUrl,
secondImageUrl,
- thirdImageUrl
+ thirdImageUrl,
+ avatar_img_url: options.img
});
target.gender = target.sex;
diff --git a/static/header.png b/static/header.png
index 0b4c10b..8122645 100644
Binary files a/static/header.png and b/static/header.png differ