|
@@ -1178,10 +1178,10 @@
|
|
|
res => {
|
|
|
if(type == 1) {
|
|
|
if(all.part2dFile != null) {
|
|
|
- this.downloadByA(all.fileUrl,all.fileName)
|
|
|
+ this.downloadByA(all.part2dFile.fileUrl,all.part2dFile.fileName)
|
|
|
}
|
|
|
if(all.part3dFile != null) {
|
|
|
- this.downloadByA(all.fileUrl,all.fileName)
|
|
|
+ this.downloadByA(all.part3dFile.fileUrl,all.part3dFile.fileName)
|
|
|
}
|
|
|
} else if(type == 5) {
|
|
|
if(all.fileUrl != null) {
|