管灌系统巡查员智能手机App
zuoxiao
2025-01-23 b6f46408cb3dc8b01051953e5c68de6c9195db60
app/src/main/java/com/dayu/pipirrapp/activity/OrderDetailActivity.java
@@ -234,7 +234,10 @@
                                    ImageInfo info = new ImageInfo();
                                    info.setOriginUrl(imageResult.getWebPath());
                                    info.setType(Type.IMAGE);
                                    info.setThumbnailUrl(imageResult.getWebPathZip());
                                    if (imageResult.getWebPathZip()!=null){
                                        info.setThumbnailUrl(imageResult.getWebPathZip());
                                    }
                                    imageInfoList.add(info);
                                }
                            }
@@ -248,7 +251,9 @@
                                    ImageInfo info = new ImageInfo();
                                    info.setOriginUrl(imageResult.getWebPath());
                                    info.setThumbnailUrl(imageResult.getWebPath());
                                    info.setThumbnailUrl(imageResult.getWebPathZip());
                                    if (imageResult.getWebPathZip()!=null){
                                        info.setThumbnailUrl(imageResult.getWebPathZip());
                                    }
                                    info.setType(Type.VIDEO);
                                    imageInfoList.add(info);
                                }