|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<!--pages/home/jl/jlai/jlai.wxml-->
|
|
|
|
|
<view class="ai-container">
|
|
|
|
|
<view class="ai-container" wx:if="{{isShow}}">
|
|
|
|
|
|
|
|
|
|
<view class="header">
|
|
|
|
|
<view class="reback" bindtap="go2Reback"></view><!--左上角返回图标-->
|
|
|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="ltkjj-btm">
|
|
|
|
|
<t-image src="https://wish-assets.oss-cn-hangzhou.aliyuncs.com/xy/touxiang1.png" shape="circle" class="tximg"></t-image>
|
|
|
|
|
<t-image src="https://wish-assets.oss-cn-hangzhou.aliyuncs.com/xy/headimg-25.png" shape="circle" class="tximg"></t-image>
|
|
|
|
|
<view class="ltwzk">你好,我是你的星座守护精灵。除此之外,我还可以帮你解答更多问题。快来跟我聊聊吧!</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
@ -46,9 +46,9 @@
|
|
|
|
|
<!--聊天内容-->
|
|
|
|
|
<view class="chatbox" wx:else>
|
|
|
|
|
<view class="{{item.type === 1 ? 'chatbox1' : 'chatbox2'}}" wx:for="{{chatList}}" wx:key="index">
|
|
|
|
|
<image src="https://wish-assets.windymuse.com.cn/xy/jlaitx.png" shape="circle" class="chattoux" wx:if="{{item.type==2}}"></image>
|
|
|
|
|
<image src="https://wish-assets.oss-cn-hangzhou.aliyuncs.com/xy/headimg-25.png" shape="circle" class="chattoux" wx:if="{{item.type==2}}"></image>
|
|
|
|
|
<view class="chattoux" wx:if="{{item.type==1}}">
|
|
|
|
|
<image src="{{userInfo.avatar}}" ></image>
|
|
|
|
|
<image src="{{userInfo.avatar ? userInfo.avatar : list['elf-avatar']}}" ></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="chatinfo">{{item.value}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
|