From b7668604dd2592880ba2c581e44ad2756ff14c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Tue, 12 Aug 2025 14:54:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(AI):=20=E5=A2=9E=E5=8A=A0=E9=A3=8E?= =?UTF-8?q?=E9=99=A9=E6=89=BF=E5=8F=97=E8=83=BD=E5=8A=9B=E9=80=89=E9=A1=B9?= =?UTF-8?q?-=20=E5=9C=A8=E8=81=8A=E5=A4=A9=E7=95=8C=E9=9D=A2=E5=92=8C?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=8E=A8=E8=8D=90=E9=A1=B5=E9=9D=A2=E4=B8=AD?= =?UTF-8?q?=EF=BC=8C=E4=B8=BA=E9=A3=8E=E9=99=A9=E6=89=BF=E5=8F=97=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E9=97=AE=E9=A2=98=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=85=B7?= =?UTF-8?q?=E4=BD=93=E7=9A=84=E9=80=89=E9=A1=B9=EF=BC=88=E4=BF=9D=E5=AE=88?= =?UTF-8?q?=E5=9E=8B/=E7=A8=B3=E5=81=A5=E5=9E=8B/=E8=BF=9B=E5=8F=96?= =?UTF-8?q?=E5=9E=8B=EF=BC=89-=20=E8=BF=99=E4=B8=80=E6=94=B9=E5=8A=A8?= =?UTF-8?q?=E6=9C=89=E5=8A=A9=E4=BA=8E=E6=9B=B4=E7=B2=BE=E5=87=86=E5=9C=B0?= =?UTF-8?q?=E4=BA=86=E8=A7=A3=E5=AE=A2=E6=88=B7=E6=83=85=E5=86=B5=EF=BC=8C?= =?UTF-8?q?=E4=BB=8E=E8=80=8C=E6=8F=90=E4=BE=9B=E6=9B=B4=E5=8A=A0=E4=B8=AA?= =?UTF-8?q?=E6=80=A7=E5=8C=96=E7=9A=84=E4=BF=9D=E9=99=A9=E5=92=8C=E7=90=86?= =?UTF-8?q?=E8=B4=A2=E4=BA=A7=E5=93=81=E6=8E=A8=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AI-new/components/chat-new.vue | 2 +- src/views/AI-new/views/productRecommend/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/AI-new/components/chat-new.vue b/src/views/AI-new/components/chat-new.vue index 6edd06d..0110e3c 100644 --- a/src/views/AI-new/components/chat-new.vue +++ b/src/views/AI-new/components/chat-new.vue @@ -176,7 +176,7 @@ export default { \n\n• 客户的保障场景(住院医疗/百万医疗/出行意外/综合意外/交通意外) \n\n2.如果您需要推荐理财储蓄类产品,您可以告诉我以下信息: \n\n• 客户主要目标是什么?(财富升值/子女教育/资产传承/养老保障) - \n\n• 客户的年龄、性别、年收入、风险承受能力`, + \n\n• 客户的年龄、性别、年收入、风险承受能力(保守型/稳健型/进取型)`, messageEnd: true, }, ]) diff --git a/src/views/AI-new/views/productRecommend/index.vue b/src/views/AI-new/views/productRecommend/index.vue index cc95836..ee778bb 100644 --- a/src/views/AI-new/views/productRecommend/index.vue +++ b/src/views/AI-new/views/productRecommend/index.vue @@ -152,7 +152,7 @@ export default { \n\n• 客户的保障场景(住院医疗/百万医疗/出行意外/综合意外/交通意外) \n\n2.如果您需要推荐理财储蓄类产品,您可以告诉我以下信息: \n\n• 客户主要目标是什么?(财富升值/子女教育/资产传承/养老保障) - \n\n• 客户的年龄、性别、年收入、风险承受能力`, + \n\n• 客户的年龄、性别、年收入、风险承受能力(保守型/稳健型/进取型)`, messageEnd: true, }) },