275 | {this.controlState?.name}
276 |
278 | {this.controlState?.type && (
279 |
280 | 类型:{this.controlState?.type}
281 |
282 | )}
283 | {this.controlState?.lang && (
284 |
285 | 语言:{this.controlState?.lang}
286 |
287 | )}
288 | {this.controlState?.area && (
289 |
290 | 地区:{this.controlState?.area}
291 |
292 | )}
293 | {this.controlState?.director && (
294 |
295 | 导演:{this.controlState?.director}
296 |
297 | )}
298 | {this.controlState?.actor && (
299 |
300 | 主演:{this.controlState?.actor}
301 |
302 | )}
303 |