From 5297bd4d7040d4271d70c70a1c3c21ce392ffce3 Mon Sep 17 00:00:00 2001 From: kenny <879464294@qq.com> Date: Fri, 17 Oct 2025 19:09:24 +0800 Subject: [PATCH] feat: fix --- constant/aiText.js | 14 ++--- pages/base-info-more/index.vue | 100 +++++++++------------------------ pages/report/index.vue | 83 ++++++++++++++++++--------- sheep/api/report/index.js | 55 +++++++----------- 4 files changed, 107 insertions(+), 145 deletions(-) diff --git a/constant/aiText.js b/constant/aiText.js index bde3c3d..69f0a1f 100644 --- a/constant/aiText.js +++ b/constant/aiText.js @@ -1,4 +1,3 @@ - export const hairText = (customKey) => { return `你是个人形象美学顾问,请输出详细的发型风格诊断报告 。 @@ -101,11 +100,12 @@ export const hairText = (customKey) => { + 适度蓬松 + 垂坠质感」,与穿搭、场景协同最大化个人魅力。
} + + + 强调: 不需要外面的大括号,不需要外面的大括号,不需要外面的大括号! `; }; - - export const shengxiaoText = (checkTime, gender, work) => { return `用户生日是阳历${checkTime},性别:${gender},职业: ${work}, 计算这个生日对应的年柱、月柱、日柱的五行属性个数,不计算时柱,不计算藏干。以v-html格式生成,只能以div、p、ul、li、ol、span标签,输出适合颜色报告,需要提到五行的个数。 报告结构严格按照以下内容:一.五行主属性分析(需要提到五行的个数) 二、五行命理与易学幸运色推导 三、场景化搭配建议 四、动态调整建议",最后以字符串格式返回。返回一个名称为arr的数组,第一个参数“属相”,用用户年龄推算,参数有鼠、牛、虎、兔、龙、蛇、马、羊、猴、鸡、狗、猪),第2到第6个数为用“年柱”, “月柱”,“日柱”,“年柱属性”, “月柱属性”,“日柱属性”,等属性推算出的五行个数,最后以数组的形式返回[“属相”, ”金属性个数“,木属性个数“,”水属性个数”,“火属性个数”,”土属性个数“]的形式返回 特别注意: @@ -117,7 +117,6 @@ export const shengxiaoText = (checkTime, gender, work) => { `; }; - export const shengxiaoSystem_prompt = `五行八卦中年柱、月柱、日柱的计算规则详解 在五行八卦的命理学体系中,年柱、月柱、日柱与每个人息息相关,它们共同构成了八字,被认为能够揭示一个人的命运轨迹和性格特点。下面,让我们一起来深入了解它们的计算规则。 @@ -174,7 +173,6 @@ export const shengxiaoSystem_prompt = `五行八卦中年柱、月柱、日柱 年柱、月柱和日柱的计算规则虽然复杂,但它们蕴含着古人对时间和命运的深刻理解,是五行八卦命理学的重要基础 。`; - export const statureText = ( customKey, straight_total_score_t, @@ -214,10 +212,8 @@ export const statureText = ( `; }; - - export const styleText = (customKey) => { - return `你是个人形象美学顾问,你擅长通过客户身材特征分析出用户的风格诊断报告。 + return `你是个人形象美学顾问,你擅长通过客户身材特征分析出用户的风格诊断报告。 ${customKey} 特别注意: @@ -305,4 +301,4 @@ export const styleText = (customKey) => { `; -} \ No newline at end of file +}; diff --git a/pages/base-info-more/index.vue b/pages/base-info-more/index.vue index 529c90e..dcbb5d4 100644 --- a/pages/base-info-more/index.vue +++ b/pages/base-info-more/index.vue @@ -122,20 +122,20 @@ }, { tip: '您更喜欢以下哪种量感类型的服装?', - key: 'feeling_of_quantity', + key: 'total_sense_of_quantity_t', options: [ { - label: '成熟大气款', + label: '大量感', female: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754272634205753.png', male: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754287774865899.png', }, { - label: '适中', + label: '中量感', female: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754272667530388.png', male: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754287797613307.png', }, { - label: '轻盈活力款', + label: '小量感', female: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754272732987598.png', male: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754287823232319.png', }, @@ -165,20 +165,20 @@ { tip: '您更喜欢以下哪种轮廓类型的服装?', - key: 'right_and_wrong', + key: 'straight_total_score_t', options: [ { - label: '突显女人味', + label: '轮廓偏曲', female: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754272769798751.png', male: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754287860949325.png', }, { - label: '适中', + label: '轮廓适中', female: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754272798749257.png', male: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754287885715958.png', }, { - label: '突显干练利落', + label: '轮廓偏直', female: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754272825106455.png', male: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754287910169893.png', }, @@ -187,15 +187,15 @@ { tip: '您更喜欢哪种设计类型的服装?', - key: 'dynamic_and_static', + key: 'dynamic_static_t', options: [ { - label: '简约经典', + label: '静态型', female: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754272863674867.png', male: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754287959334463.png', }, { - label: '设计感较强的', + label: '动态型', female: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754272895680965.png', male: 'https://oss.yz.zglvling.com/user/image/2025-08-04/1754287984354873.png', }, @@ -382,11 +382,12 @@ // purpose: 显瘦,勾勒腰线,隐藏肚腩, // occasion_dressing: 商务职场,隆重社交 // }) + const form = ref({ color: '', - feeling_of_quantity: '', - right_and_wrong: '', - dynamic_and_static: '', + total_sense_of_quantity_t: '', + straight_total_score_t: '', + dynamic_static_t: '', somatotype: '', question: [], purpose: [], @@ -423,15 +424,15 @@ return false; } - if (!form.value.feeling_of_quantity) { + if (!form.value.total_sense_of_quantity_t) { return false; } - if (!form.value.right_and_wrong) { + if (!form.value.straight_total_score_t) { return false; } - if (!form.value.dynamic_and_static) { + if (!form.value.dynamic_static_t) { return false; } @@ -464,6 +465,10 @@ const userInfo = await getUserInfo(); + console.log('userInfo: -----------', userInfo); + + console.log('form.value: ', form.value); + await saveUserInfo({ ...JSON.parse(userInfo.data.dataJson), ...form.value, @@ -471,10 +476,12 @@ purpose: form.value.purpose.toString(), occasion_dressing: form.value.occasion_dressing.toString(), }).then(() => { + uni.showLoading({ icon: 'loading', title: '', }); + uni.uploadFile({ url: 'https://puton.huimeimeta.com/app-api/cloth/uploadFace', filePath: e.tempFilePaths[0], @@ -512,7 +519,7 @@ return; } - if (!form.value.feeling_of_quantity) { + if (!form.value.total_sense_of_quantity_t) { uni.showToast({ title: '请选择量感类型服饰', icon: 'none', @@ -520,7 +527,7 @@ return; } - if (!form.value.right_and_wrong) { + if (!form.value.straight_total_score_t) { uni.showToast({ title: '请选择轮廓类型服饰', icon: 'none', @@ -528,7 +535,7 @@ return; } - if (!form.value.dynamic_and_static) { + if (!form.value.dynamic_static_t) { uni.showToast({ title: '请选择设计类型服饰', icon: 'none', @@ -568,59 +575,6 @@ return; } - const userInfo = await getUserInfo(); - console.log('userInfo: ', userInfo.data.dataJson); - - await saveUserInfo({ - ...JSON.parse(userInfo.data.dataJson), - ...form.value, - question: form.value.question.toString(), - purpose: form.value.purpose.toString(), - occasion_dressing: form.value.occasion_dressing.toString(), - }).then(() => { - uni.chooseImage({ - count: 1, //默认9 - sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有 - sourceType: ['album', 'camera'], //从相册选择 - success: function (res) { - console.log(JSON.stringify(res.tempFilePaths)); - - uni.showLoading({ - icon: 'loading', - title: '', - }); - - uni.uploadFile({ - url: 'https://puton.huimeimeta.com/app-api/cloth/uploadFace', - filePath: res.tempFilePaths[0], - name: 'file', - formData: {}, - header: { - Authorization: getAccessToken(), - }, - success: (res) => { - console.log('上传成功', typeof res.data); - console.log('res.data.code: ', JSON.parse(res.data)); - - if (JSON.parse(res.data).code === 200) { - window.location.href = `https://face-canvas.huimeimeta.com/?img=${ - JSON.parse(res.data).result.fileUrl - }&token=${getAccessToken()}`; - } - }, - - complete: () => { - uni.hideLoading(); - }, - }); - }, - - fail: (fail) => { - console.log('fail: ', fail); - uni.showToast('上传图片报错了'); - }, - }); - }); }; diff --git a/pages/report/index.vue b/pages/report/index.vue index 0f63522..85714b7 100644 --- a/pages/report/index.vue +++ b/pages/report/index.vue @@ -29,14 +29,23 @@ 2、type字段还未给 --> -