From f735571c5633df1b93a7354dcebe3cbf7a3802df Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Fri, 8 Aug 2025 17:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BC=9A=E8=AE=AE=E5=AE=A4?= =?UTF-8?q?=E9=A2=84=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/gx-upload.vue | 236 ++++++++++ components/sign/pickerColor.vue | 145 ++++++ components/sign/sign.vue | 724 +++++++++++++++++++++++++++++ pages/chat/chatPage - 副本 (2).vue | 353 -------------- pages/chat/chatPage.vue | 344 ++++++++++---- pages/docList/index.vue | 8 + pages/meetingDetail/index.vue | 168 +++++-- pages/meetingList/index.vue | 48 +- pages/sign/sign.vue | 23 +- utils/config.js | 5 +- utils/router.js | 13 +- 11 files changed, 1560 insertions(+), 507 deletions(-) create mode 100644 components/gx-upload.vue create mode 100644 components/sign/pickerColor.vue create mode 100644 components/sign/sign.vue delete mode 100644 pages/chat/chatPage - 副本 (2).vue diff --git a/components/gx-upload.vue b/components/gx-upload.vue new file mode 100644 index 0000000..524eca3 --- /dev/null +++ b/components/gx-upload.vue @@ -0,0 +1,236 @@ + + + + + diff --git a/components/sign/pickerColor.vue b/components/sign/pickerColor.vue new file mode 100644 index 0000000..b074da1 --- /dev/null +++ b/components/sign/pickerColor.vue @@ -0,0 +1,145 @@ + + + + + \ No newline at end of file diff --git a/components/sign/sign.vue b/components/sign/sign.vue new file mode 100644 index 0000000..1d86c27 --- /dev/null +++ b/components/sign/sign.vue @@ -0,0 +1,724 @@ + + + + + \ No newline at end of file diff --git a/pages/chat/chatPage - 副本 (2).vue b/pages/chat/chatPage - 副本 (2).vue deleted file mode 100644 index 9b62821..0000000 --- a/pages/chat/chatPage - 副本 (2).vue +++ /dev/null @@ -1,353 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/chat/chatPage.vue b/pages/chat/chatPage.vue index c24f41d..22c3cd2 100644 --- a/pages/chat/chatPage.vue +++ b/pages/chat/chatPage.vue @@ -3,41 +3,105 @@ - - + - - - {{ msg.content }} - - - - - 对方正在输入... + {{ msg.thinkContent }} + {{ msg.showAnswer}} + + + 【穿搭建议】: + + 🧥上身: + + {{`${msg.showAnswer.outfit.top.color+msg.showAnswer.outfit.top.style}👔,${msg.showAnswer.outfit.top.detail_description},${msg.showAnswer.outfit.top.reason}`}} + + + + 🩳下身: + + {{`${msg.showAnswer.outfit.bottom.color+msg.showAnswer.outfit.bottom.style},${msg.showAnswer.outfit.bottom.detail_description},${msg.showAnswer.outfit.bottom.reason}😎`}} + + + + 🥾鞋子: + + {{`${msg.showAnswer.outfit.shoes.color+msg.showAnswer.outfit.shoes.style},${msg.showAnswer.outfit.shoes.detail_description},${msg.showAnswer.outfit.shoes.reason}🏃🏻`}} + + + 👒配饰: + + + {{`${index+1}.`+item.color+item.type+','+item.detail_description+','+item.reason}} + + + + + + 💅化妆建议: + + + {{msg.showAnswer.makeup_suggestion.style+','+msg.showAnswer.makeup_suggestion.description}} + + + 🧩产品推荐: + + + {{`${index+1}.`+item.name+','+item.detail_description+','+item.reason}} + + + + + + + 📝风格推荐: + {{msg.showAnswer.styling_tips.color_coordination}} + {{msg.showAnswer.styling_tips.occasion_adaptation}} + + {{`${index+1}.${item}`}} + + + + + + + + 对方正在输入... + + + - - - + + + + + + 发送 + + + -