|
|
@@ -313,8 +313,8 @@ export default function Component(props: { data: any, index: number, delete: Fun
|
|
|
|
|
|
</View>
|
|
|
<View className="thumb_bg">
|
|
|
- <Image className="thumb" src={detail.cover.url} mode="aspectFill" onClick={preview} />
|
|
|
- {/* <Image className="thumb" src={detail.cover+'?x-oss-process=image/resize,w_300,limit_0'} mode="aspectFill" onClick={preview} /> */}
|
|
|
+ {/* <Image className="thumb" src={detail.cover.url} mode="aspectFill" onClick={preview} /> */}
|
|
|
+ <Image className="thumb" src={detail.cover+'?x-oss-process=image/resize,w_300,limit_0'} mode="aspectFill" onClick={preview} />
|
|
|
<View className="food_desc" onClick={operateActionSheet}>
|
|
|
<Text className="food_desc_text">{detail.start && TimeFormatter.getMonthDayByTimestamp(detail.start.timestamp)}</Text>
|
|
|
<Text className="food_desc_text">{detail.meal_tag && detail.meal_tag.label}</Text>
|