story#5360,web端拨打电话改为确定
This commit is contained in:
@ -190,7 +190,7 @@ export default {
|
||||
this.getDuration(2)
|
||||
Dialog.alert({
|
||||
message:this.detailInfo.contactNumber ,
|
||||
confirmButtonText:'拨打电话',
|
||||
confirmButtonText:this.isWebFunc() ? '确定' : '拨打电话',
|
||||
showCancelButton:true,
|
||||
}).then(async() => {
|
||||
window.location.href = `tel:${this.detailInfo.contactNumber}`;
|
||||
|
@ -107,7 +107,7 @@ export default {
|
||||
this.getDuration(2)
|
||||
Dialog.alert({
|
||||
message:this.detailInfo.contactNumber ,
|
||||
confirmButtonText:'拨打电话',
|
||||
confirmButtonText:this.isWebFunc() ? '确定' : '拨打电话',
|
||||
showCancelButton:true,
|
||||
}).then(() => {
|
||||
window.location.href = `tel:${this.detailInfo.contactNumber}`;
|
||||
|
Reference in New Issue
Block a user