task#11020,ios查看照片不显示问题
This commit is contained in:
@ -392,10 +392,10 @@ export default {
|
|||||||
let data = {
|
let data = {
|
||||||
"action": "orderPhoto",
|
"action": "orderPhoto",
|
||||||
"params": {
|
"params": {
|
||||||
"userOrderId": this.orderInfo.userOrderId,
|
"userOrderId":String( this.orderInfo.userOrderId),
|
||||||
"orderCode": this.orderInfo.orderCode,
|
"orderCode": this.orderInfo.orderCode,
|
||||||
"taskOrderId": this.orderInfo.taskOrderId,
|
"taskOrderId": String(this.orderInfo.taskOrderId),
|
||||||
"isAllowImage":isAllowImage,
|
"isAllowImage":String(isAllowImage),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var u = navigator.userAgent;
|
var u = navigator.userAgent;
|
||||||
|
Reference in New Issue
Block a user