Compare commits

..

No commits in common. '396e1cce680adfe91ea7c0dde948e130481dc75e' and 'cb3651494c165f893e60f243fe397a3015cf303c' have entirely different histories.

  1. 27
      pages/index/detail.vue

@ -58,9 +58,6 @@
<view class="content">
<view style="width: 100%; overflow: hidden;">
<zeroMarkdownView :markdown="item.data || ''" />
<view class="yindao" @click="clickYinDao(item.data)">
安装条件引导
</view>
</view>
<!-- <ua-markdown :source="mdvalue" /> -->
<view class="btnBox">
@ -248,17 +245,6 @@
// }
// },
methods: {
clickYinDao(data) {
let newData = data.content + data.reference.content
const timer = setInterval(() => {
data.content += data.reference.content
if (newdata == data.content) {
clearInterval(timer);
}
}, 50);
// data.content += data.reference.content
},
// SSE
SSE(voiceText, answerId) {
const ctrl = new AbortController();
@ -365,7 +351,7 @@
},
data: {
userId: 'admin1',
taskId: this.params.taskId
taskId: 'RG202408319001'
},
});
console.log('getChatHistory', res)
@ -586,9 +572,6 @@
this.scrollBottom();
}
console.log('检查msgList', this.msgList)
this.msgList.forEach(item => {
delete item.answerOptions
})
},
handlePlus() {
@ -931,12 +914,4 @@
transform: scale(1);
}
}
.yindao{
padding: 15rpx;
margin: 0 5px;
font-size: 15px;
line-height: 1.75;
word-spacing: 0.1em;
color: rgba(0, 102, 255, 1)
}
</style>
Loading…
Cancel
Save