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