🐞 fix(修复图片显示问题):
This commit is contained in:
parent
e8d6ff30cb
commit
a0b010c874
@ -137,7 +137,7 @@ const ColorSelectItem = memo((props: ColorItemCom) => {
|
|||||||
return <View key={item.id} className={styles.item} onClick={() => onSelect?.(item)}>
|
return <View key={item.id} className={styles.item} onClick={() => onSelect?.(item)}>
|
||||||
<View className={classNames(styles.item_color, item.status && styles.select_color)}>
|
<View className={classNames(styles.item_color, item.status && styles.select_color)}>
|
||||||
<LabAndImg
|
<LabAndImg
|
||||||
value={{}}
|
value={{ lab: item.lab, rgb: item.rgb, texture_url: item.texture_url }}
|
||||||
round
|
round
|
||||||
name={formatHashTag(item.code)}
|
name={formatHashTag(item.code)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -406,7 +406,7 @@ const Details = (props: Params) => {
|
|||||||
<View className={styles.productColorDialog_img}>
|
<View className={styles.productColorDialog_img}>
|
||||||
<LabAndImg
|
<LabAndImg
|
||||||
customImageStyle={{ borderRadius: '0' }}
|
customImageStyle={{ borderRadius: '0' }}
|
||||||
suffix="!w1000"
|
suffix="!w800"
|
||||||
value={{ lab: currentDialogDetail.current!.lab, rgb: currentDialogDetail.current!.rgb, texture_url: currentDialogDetail.current!.texture_url, title: currentDialogDetail.current!.code }}
|
value={{ lab: currentDialogDetail.current!.lab, rgb: currentDialogDetail.current!.rgb, texture_url: currentDialogDetail.current!.texture_url, title: currentDialogDetail.current!.code }}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user