|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
|
|
<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
|
|
|
- <u-navbar title="创衡汇教练AI智能体" bgColor="#E9F4F6" :titleStyle="{'font-size':'32rpx','font-weight':'bold','color':'#002846'}">
|
|
|
|
|
|
|
+ <u-navbar title="AI督导对话" bgColor="#E9F4F6" :titleStyle="{'font-size':'32rpx','font-weight':'bold','color':'#002846'}">
|
|
|
<view class="u-nav-slot" slot="left" style="display: flex;background-color: transparent;">
|
|
<view class="u-nav-slot" slot="left" style="display: flex;background-color: transparent;">
|
|
|
<image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/16/ef50e3e8-d0f9-41dd-a4ec-546b157a1de9.png" style="width: 45rpx;height: 45rpx;" @tap="toBack"></image>
|
|
<image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/16/ef50e3e8-d0f9-41dd-a4ec-546b157a1de9.png" style="width: 45rpx;height: 45rpx;" @tap="toBack"></image>
|
|
|
<!-- <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/16/e536bf8e-3b33-4ea8-b60b-7154c6353bec.png" style="width: 42rpx;height: 42rpx;margin-left: 40rpx;" @tap="startNewDialog"></image> -->
|
|
<!-- <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/16/e536bf8e-3b33-4ea8-b60b-7154c6353bec.png" style="width: 42rpx;height: 42rpx;margin-left: 40rpx;" @tap="startNewDialog"></image> -->
|
|
@@ -18,7 +18,7 @@
|
|
|
<view class="d_answer init">
|
|
<view class="d_answer init">
|
|
|
<view class="da_top adfac">
|
|
<view class="da_top adfac">
|
|
|
<image src="@/static/logo.png"></image>
|
|
<image src="@/static/logo.png"></image>
|
|
|
- <text>创衡汇教练AI智能体</text>
|
|
|
|
|
|
|
+ <text>AI教练督导</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="da_content">Hi,任何关于团队、分析报告、教练的问题,你都可以向我提问~</view>
|
|
<view class="da_content">Hi,任何关于团队、分析报告、教练的问题,你都可以向我提问~</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -29,7 +29,7 @@
|
|
|
<view class="d_answer">
|
|
<view class="d_answer">
|
|
|
<view class="da_top adfac">
|
|
<view class="da_top adfac">
|
|
|
<image src="@/static/logo.png"></image>
|
|
<image src="@/static/logo.png"></image>
|
|
|
- <text>创衡汇教练AI智能体</text>
|
|
|
|
|
|
|
+ <text>AI教练督导</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="da_content">
|
|
<view class="da_content">
|
|
|
<template v-if="item.think">
|
|
<template v-if="item.think">
|
|
@@ -39,6 +39,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else>
|
|
<template v-else>
|
|
|
|
|
+ <view style="font-size: 28rpx;color: #002846;line-height: 54rpx;"></view>
|
|
|
<u-parse :content="item.answer"></u-parse>
|
|
<u-parse :content="item.answer"></u-parse>
|
|
|
</template>
|
|
</template>
|
|
|
<view class="dc_btns adfacjb" v-if="item.answer">
|
|
<view class="dc_btns adfacjb" v-if="item.answer">
|
|
@@ -60,7 +61,7 @@
|
|
|
<view class="ask">
|
|
<view class="ask">
|
|
|
<view class="a_inp">
|
|
<view class="a_inp">
|
|
|
<view class="ai_l">
|
|
<view class="ai_l">
|
|
|
- <u-textarea v-model="question" placeholder="请输入你的问题" @confirm="sendQuestion" autoHeight :showConfirmBar="false" :adjustPosition="false" maxlength="999999"></u-textarea>
|
|
|
|
|
|
|
+ <u-textarea v-model="question" placeholder="请输入你的问题" placeholder-style="font-size:28rpx;color:#95A5B1;" @confirm="sendQuestion" autoHeight :showConfirmBar="false" :adjustPosition="false" maxlength="999999"></u-textarea>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="ai_r">
|
|
<view class="ai_r">
|
|
|
<image @tap="sendQuestion" :src="imgBase+'dialog_send.png'"></image>
|
|
<image @tap="sendQuestion" :src="imgBase+'dialog_send.png'"></image>
|
|
@@ -319,6 +320,8 @@
|
|
|
}
|
|
}
|
|
|
::v-deep .u-textarea textarea{
|
|
::v-deep .u-textarea textarea{
|
|
|
min-height: 64rpx !important;
|
|
min-height: 64rpx !important;
|
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
|
+ color: #002846;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.page{
|
|
.page{
|