|
@@ -2,15 +2,15 @@
|
|
|
<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px', 'padding-bottom': 'calc(240rpx + ' + fixBottom + 'px)'}">
|
|
<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px', 'padding-bottom': 'calc(240rpx + ' + fixBottom + '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="$profileImageUrl('2025/06/16/ef50e3e8-d0f9-41dd-a4ec-546b157a1de9.png')" style="width: 45rpx;height: 45rpx;" @tap="toBack"></image>
|
|
|
|
|
- <!-- <image :src="$profileImageUrl('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/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> -->
|
|
|
</view>
|
|
</view>
|
|
|
</u-navbar>
|
|
</u-navbar>
|
|
|
<template v-if="dialogList.length===0">
|
|
<template v-if="dialogList.length===0">
|
|
|
<view class="welcome">
|
|
<view class="welcome">
|
|
|
- <image :src="$profileImageUrl('2025/06/16/5292af4c-977b-4620-a4e4-4aadcd5ad092.png')"></image>
|
|
|
|
|
|
|
+ <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/16/5292af4c-977b-4620-a4e4-4aadcd5ad092.png"></image>
|
|
|
<p>Hi,我是大创教练~</p>
|
|
<p>Hi,我是大创教练~</p>
|
|
|
- <p class="tip">欢迎与我探讨任何关于团队教练、PERILL团队发展动态评估报告或团队发展的话题。我的对话能力正在进化中,希望能给你的团队教练辅导一些启发~</p>
|
|
|
|
|
|
|
+ <p class="tip">欢迎与我探讨任何关于团队教练、PERILL倍力团队六维评估报告或团队发展的话题。我的对话能力正在进化中,希望能给你的团队教练辅导一些启发~</p>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else>
|
|
<template v-else>
|
|
@@ -34,7 +34,7 @@
|
|
|
<view class="da_content">
|
|
<view class="da_content">
|
|
|
<template v-if="item.think">
|
|
<template v-if="item.think">
|
|
|
<view class="dac_think adfac">
|
|
<view class="dac_think adfac">
|
|
|
- <image :src="$imageUrl('ce681f9923134f5bbf43654234e15367.gif')"></image>
|
|
|
|
|
|
|
+ <image src="https://oss.familydaf.cn/sxsnfile/20260129/ce681f9923134f5bbf43654234e15367.gif"></image>
|
|
|
<text v-if="!item.fail">让我思考一下,请稍等~</text>
|
|
<text v-if="!item.fail">让我思考一下,请稍等~</text>
|
|
|
<text v-else>{{item.errMsg}}</text>
|
|
<text v-else>{{item.errMsg}}</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -332,8 +332,7 @@
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
- @import '../static/_asset-config';
|
|
|
|
|
-::v-deep .u-textarea{
|
|
|
|
|
|
|
+ ::v-deep .u-textarea{
|
|
|
border: none !important;
|
|
border: none !important;
|
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
|
}
|
|
}
|
|
@@ -344,7 +343,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.page{
|
|
.page{
|
|
|
- background: asset-image('dialog_bg.png') no-repeat;
|
|
|
|
|
|
|
+ background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/dialog_bg.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
padding: 0 30rpx 240rpx;
|
|
padding: 0 30rpx 240rpx;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -498,4 +497,4 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|