|
@@ -18,7 +18,7 @@
|
|
|
</view>
|
|
|
|
|
|
|
|
|
- <view v-if="recvMsgQueue[index].isFinish==true" style="margin-left: 65%;">
|
|
|
+ <view v-if="false" style="margin-left: 65%;">
|
|
|
<image src="../../static/msg-opt-3.png" style="margin-left: 10upx;width: 30upx;height: 30upx;"></image>
|
|
|
<image src="../../static/msg-opt-4.png" style="margin-left: 10upx;width: 30upx;height: 30upx;"></image>
|
|
|
</view>
|
|
@@ -37,7 +37,7 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view style="margin-left: 65%;">
|
|
|
+ <view v-if="false" style="margin-left: 65%;">
|
|
|
<image src="../../static/msg-opt-1.png" style="margin-left: 10upx; width: 30upx;height: 30upx;"></image>
|
|
|
<image src="../../static/msg-opt-2.png" style="margin-left: 10upx;width: 30upx;height: 30upx;"></image>
|
|
|
<image src="../../static/msg-opt-3.png" style="margin-left: 10upx;width: 30upx;height: 30upx;"></image>
|
|
@@ -92,7 +92,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- is_open_related:false,
|
|
|
+ is_open_related:true,
|
|
|
code:'',
|
|
|
title: 'Hello',
|
|
|
disabled: false,
|
|
@@ -109,7 +109,7 @@
|
|
|
all_src_list:[],
|
|
|
src_index:0,
|
|
|
scroll_top:0,
|
|
|
- user_name:'ZYPX', //用户名字
|
|
|
+ user_name:'ZYWZ', //用户名字
|
|
|
ai_name:"SmartAssistant", //ai名字
|
|
|
user_mobile:"18612220000",//用户手机号
|
|
|
ani:'',
|