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