|
@@ -62,17 +62,17 @@
|
|
|
<text class="suggestion-icon">🛒</text>
|
|
<text class="suggestion-icon">🛒</text>
|
|
|
<text class="suggestion-text">有哪些食物或产品推荐?</text>
|
|
<text class="suggestion-text">有哪些食物或产品推荐?</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="welcome-suggestion" v-if="isHealthCoach" @click="quickQuestion('我家孩子挑食怎么办?')">
|
|
|
|
|
|
|
+ <view class="welcome-suggestion" v-if="isHealthCoach" @click="quickQuestion('孩子挑食怎么办?')">
|
|
|
<text class="suggestion-icon">🍽️</text>
|
|
<text class="suggestion-icon">🍽️</text>
|
|
|
- <text class="suggestion-text">我家孩子挑食怎么办?</text>
|
|
|
|
|
|
|
+ <text class="suggestion-text">孩子挑食怎么办?</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="welcome-suggestion" v-if="isHealthCoach" @click="quickQuestion('孩子最近总感冒,怎么调养?')">
|
|
|
|
|
|
|
+ <view class="welcome-suggestion" v-if="isHealthCoach" @click="quickQuestion('孩子总生病,是不是抵抗力差?')">
|
|
|
<text class="suggestion-icon">🤧</text>
|
|
<text class="suggestion-icon">🤧</text>
|
|
|
- <text class="suggestion-text">孩子最近总感冒,怎么调养?</text>
|
|
|
|
|
|
|
+ <text class="suggestion-text">孩子总生病,是不是抵抗力差?</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="welcome-suggestion" v-if="isHealthCoach" @click="quickQuestion('什么样的体质?如何调理?')">
|
|
|
|
|
|
|
+ <view class="welcome-suggestion" v-if="isHealthCoach" @click="quickQuestion('怎么知道孩子是什么体质?')">
|
|
|
<text class="suggestion-icon">🔍</text>
|
|
<text class="suggestion-icon">🔍</text>
|
|
|
- <text class="suggestion-text">什么样的体质?如何调理?</text>
|
|
|
|
|
|
|
+ <text class="suggestion-text">怎么知道孩子是什么体质?</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -84,7 +84,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- AI 回复 -->
|
|
<!-- AI 回复 -->
|
|
|
<view class="message message-ai" v-if="msg.answer">
|
|
<view class="message message-ai" v-if="msg.answer">
|
|
|
-<view class="message-avatar">{{ isHealthCoach ? '🏥' : (mascotIcon || '🤖') }}</view>
|
|
|
|
|
|
|
+<view class="message-avatar">{{ isHealthCoach ? '🎯' : (mascotIcon || '🤖') }}</view>
|
|
|
<view class="message-bubble ai-bubble">
|
|
<view class="message-bubble ai-bubble">
|
|
|
<text class="ai-answer-text">{{ msg.answer }}</text>
|
|
<text class="ai-answer-text">{{ msg.answer }}</text>
|
|
|
<!-- 推荐卡片 -->
|
|
<!-- 推荐卡片 -->
|
|
@@ -178,7 +178,7 @@ export default {
|
|
|
return '我可以基于菌群检测报告,为你提供个性化的营养建议和推荐'
|
|
return '我可以基于菌群检测报告,为你提供个性化的营养建议和推荐'
|
|
|
}
|
|
}
|
|
|
if (this.isHealthCoach) {
|
|
if (this.isHealthCoach) {
|
|
|
- return '专注儿童健康咨询:体质调理、营养喂养、科学保健'
|
|
|
|
|
|
|
+ return '陪伴孩子健康成长,用提问帮你找到答案'
|
|
|
}
|
|
}
|
|
|
if (this.fromPage) {
|
|
if (this.fromPage) {
|
|
|
var pageNames = {
|
|
var pageNames = {
|