CRM_26-01-29#story#8070,调度APP-司机信息复制-仅子公司
This commit is contained in:
@@ -174,7 +174,7 @@ export default {
|
|||||||
'车牌:':this.orderDetailInfo.plateNumber,
|
'车牌:':this.orderDetailInfo.plateNumber,
|
||||||
'手机:':this.orderDetailInfo.driverPhone,
|
'手机:':this.orderDetailInfo.driverPhone,
|
||||||
}
|
}
|
||||||
let data = {"action":"copyToClipboard","params":params}
|
let data = {"action":"copyToClipboard","params":JSON.stringify(params)}
|
||||||
var u = navigator.userAgent;
|
var u = navigator.userAgent;
|
||||||
var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
|
var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
|
||||||
if(isiOS){
|
if(isiOS){
|
||||||
|
|||||||
Reference in New Issue
Block a user