二手车交易,ios打电话报错
This commit is contained in:
@ -169,8 +169,8 @@ export default {
|
|||||||
confirmButtonText:'拨打电话',
|
confirmButtonText:'拨打电话',
|
||||||
showCancelButton:true,
|
showCancelButton:true,
|
||||||
}).then(async() => {
|
}).then(async() => {
|
||||||
this.recordType=2
|
// this.recordType=2
|
||||||
this.getDuration()
|
// this.getDuration()
|
||||||
window.location.href = `tel:${this.detailInfo.contactNumber}`;
|
window.location.href = `tel:${this.detailInfo.contactNumber}`;
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
// on cancel
|
// on cancel
|
||||||
|
Reference in New Issue
Block a user