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.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}`}} + + + + + + + + 对方正在输入... + + + - - - + + + + + + 发送 + + + -