|
|
@ -1065,7 +1065,7 @@ watch( |
|
|
|
if (newVal.length > 0) { |
|
|
|
// 清理语音下标 |
|
|
|
console.log("chatStore.currentUserIndex", chatStore.currentUserIndex); |
|
|
|
if (chatStore.currentUserIndex!=null) { |
|
|
|
if (chatStore.currentUserIndex != null) { |
|
|
|
chatStore.messages[chatStore.currentUserIndex].audioStatus = false; |
|
|
|
} |
|
|
|
chatStore.currentUserIndex = null; |
|
|
@ -2467,7 +2467,7 @@ watch( |
|
|
|
chatStore.messages.push({ |
|
|
|
sender: "user", |
|
|
|
timestamp: clickRecord.value.createdTime, |
|
|
|
content: clickRecord.value.keyword, |
|
|
|
content: clickRecord.value.stockName+'('+clickRecord.value.stockCode+')', |
|
|
|
audioArray: [ |
|
|
|
clickRecord.value.wokeFlowData.One.url, |
|
|
|
clickRecord.value.wokeFlowData.Two.url, |
|
|
@ -2814,7 +2814,7 @@ function KlineCanvsEcharts(containerId) { |
|
|
|
name: "\u4eea\u8868\u76d8", |
|
|
|
type: "gauge", |
|
|
|
center: ["50%", "50%"], |
|
|
|
radius: "90%", |
|
|
|
radius: window.innerWidth > 768 ? "90%" : "70%", |
|
|
|
startAngle: 140, |
|
|
|
endAngle: -140, |
|
|
|
min: 0, |
|
|
@ -3515,7 +3515,9 @@ function KlineCanvsEcharts(containerId) { |
|
|
|
? "14%" |
|
|
|
: window.innerWidth > 768 |
|
|
|
? "18%" |
|
|
|
: "20%", |
|
|
|
: window.innerWidth > 375 |
|
|
|
? "20%" |
|
|
|
: "22%", |
|
|
|
right: |
|
|
|
window.innerWidth > 1024 |
|
|
|
? "9%" |
|
|
@ -3533,7 +3535,9 @@ function KlineCanvsEcharts(containerId) { |
|
|
|
? "14%" |
|
|
|
: window.innerWidth > 768 |
|
|
|
? "18%" |
|
|
|
: "20%", |
|
|
|
: window.innerWidth > 375 |
|
|
|
? "20%" |
|
|
|
: "22%", |
|
|
|
right: |
|
|
|
window.innerWidth > 1024 |
|
|
|
? "9%" |
|
|
@ -3551,7 +3555,9 @@ function KlineCanvsEcharts(containerId) { |
|
|
|
? "14%" |
|
|
|
: window.innerWidth > 768 |
|
|
|
? "18%" |
|
|
|
: "20%", |
|
|
|
: window.innerWidth > 375 |
|
|
|
? "20%" |
|
|
|
: "22%", |
|
|
|
right: |
|
|
|
window.innerWidth > 1024 |
|
|
|
? "9%" |
|
|
|