Commit 78eaced8 authored by IvyXia123's avatar IvyXia123

no message

parent 088df43a
......@@ -324,7 +324,7 @@
dialogTable: false,
infoText: '',
infoShow: '',
realTime: ''
realTime: new Date().getFullYear() + '-' + (new Date().getMonth() + 1) + '-' + new Date().getDate()
}
},
mounted() {
......@@ -375,8 +375,6 @@
* 聊天记录
*/
dialogTableClick(friendId) {
if(this.realTime == '') this.realTime = new Date().getFullYear() + '-' + (new Date().getMonth() + 1) + '-' + new Date().getDate() // 时间
console.log(this.realTime)
getChatrecordApi(friendId, { start_at: this.realTime }).then(res => {
if(res.length > 0) {
this.dialogTable = true
......@@ -517,7 +515,7 @@
if(infoShow === 2) {
chatCount.push(minCountTotal)
chatCountTwo.push(minCountTotalOne);
chatCountThree.push(minCountTotalOne);
chatCountThree.push(minCountTotalThree);
}
}else if(infoShow === 4){
res.time.unshift(' ');
......
......@@ -130,7 +130,6 @@
getData() {
this.infoLoading = true;
getVisitcalendarApi(this.customerO.id).then(res => {
console.log(res)
this.infoLoading = false;
let infoTimeData = []
Object.keys(res.weekday).map((item, index) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment