修改拨打电话
This commit is contained in:
parent
cc41e23ddf
commit
b4c3c8002c
@ -683,7 +683,7 @@ export default {
|
|||||||
async startOutboundCall(phone, contactId) {
|
async startOutboundCall(phone, contactId) {
|
||||||
// this.phoneNumber = this.queue ? this.queueList[this.index].phone : this.baseInfo.phone
|
// this.phoneNumber = this.queue ? this.queueList[this.index].phone : this.baseInfo.phone
|
||||||
if (this.calling) return
|
if (this.calling) return
|
||||||
this.phoneNumber = '13982024318'
|
this.phoneNumber = phone
|
||||||
if (contactId) this.contactId=contactId
|
if (contactId) this.contactId=contactId
|
||||||
|
|
||||||
console.log('进入呼叫电话:', this.phoneNumber)
|
console.log('进入呼叫电话:', this.phoneNumber)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user