|
|
@@ -10,12 +10,12 @@
|
|
|
您好,智能投顾很高兴为您服务!
|
|
|
</view> -->
|
|
|
|
|
|
- <view class="talk-box">
|
|
|
+ <!-- <view class="talk-box">
|
|
|
<view class="talk-head-box">
|
|
|
<image src="../../static/rabotHead.png" mode="" class="talk-head"></image>
|
|
|
</view>
|
|
|
<view class="talk-content">您好,欢迎您使用阿拉灯神丁。我可以给您提供股票投资建议,快来试试吧。</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
<view v-for="chat in talkList" :key="chat.talkType" class="m-item">
|
|
|
<view class="talk-box talk-box-end" v-show="chat.content">
|
|
|
@@ -111,6 +111,7 @@
|
|
|
},
|
|
|
onShow() {
|
|
|
this.getNowTime();
|
|
|
+ this.userHeadUrl = getApp().globalData.user_headUrl || '../../static/userDefault.png'
|
|
|
},
|
|
|
methods: {
|
|
|
userLogin(){
|