task#11020,ios查看照片不显示问题

This commit is contained in:
2024-02-20 11:16:58 +08:00
parent 9963235441
commit a344f91f8e

View File

@ -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;