tj
This commit is contained in:
parent
114d560068
commit
e6d5273b50
@ -749,15 +749,14 @@ export default {
|
||||
// 未接来电
|
||||
missedCallList() {
|
||||
voiceCall.notAnswerList({}).then(res => {
|
||||
console.log(res, ' ')
|
||||
this.missedCallData.list = res;
|
||||
this.missedCallData.list = [
|
||||
{
|
||||
contact: '唐 138',
|
||||
createAt: 1737441082000,
|
||||
phone: '13882832314'
|
||||
}
|
||||
]
|
||||
// this.missedCallData.list = [
|
||||
// {
|
||||
// contact: '唐 138',
|
||||
// createAt: 1737441082000,
|
||||
// phone: '13882832314'
|
||||
// }
|
||||
// ]
|
||||
})
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user