🐞 fix(ID1001548):【面料优选】-功能{面料详情}:测评视频下方的分类和结果顺序颠倒
This commit is contained in:
parent
6eab3ca0b0
commit
8498144294
@ -436,8 +436,8 @@ const Details = (props: Params) => {
|
||||
show-fullscreen-btn={false}
|
||||
onFullScreenChange={event => handleClose(event, `video${index}`)}
|
||||
></Video>
|
||||
<View className={styles.bottom_box}>{item.result}</View>
|
||||
<View className={styles.title_name}>{item.title}</View>
|
||||
<View className={styles.bottom_box}>{item.title}</View>
|
||||
<View className={styles.title_name}>{item.result}</View>
|
||||
</View>
|
||||
)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user