Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -195,7 +195,7 @@ |
| 195 | 195 | isUpdate: true, |
| 196 | 196 | record, |
| 197 | 197 | }; |
| 198 | - if (record.accessMode === AccessMode.Streaming && type === VideoPlatformEnum.HAIKANG) | |
| 198 | + if (record.accessMode === AccessMode.Streaming && type === VideoPlatformEnum.SCI) | |
| 199 | 199 | openModal1(true, commonRecord); |
| 200 | 200 | else openModal(true, commonRecord); |
| 201 | 201 | }; | ... | ... |