|
|
@@ -353,7 +353,7 @@ export default function TimelineDetail() {
|
|
|
setShowPop(true)
|
|
|
}
|
|
|
|
|
|
- Taro.eventCenter.on('refresh_timeline',getDatas)
|
|
|
+ Taro.eventCenter.on('refresh_timeline', getDatas)
|
|
|
|
|
|
return () => {
|
|
|
Taro.eventCenter.off('refresh_timeline')
|
|
|
@@ -1060,7 +1060,7 @@ export default function TimelineDetail() {
|
|
|
{/* <Text className="h24 g02">{publish.edited ? '编辑于' : '发布于'}{dayjs(publish.timestamp).format('M月D日 HH:mm')}</Text> */}
|
|
|
<Text className="h24 g02">{footerTime(publish)}</Text>
|
|
|
<View style={{ flex: 1 }} />
|
|
|
- {global.allowShare && <View className="share_btn_bg">
|
|
|
+ <View className="share_btn_bg">
|
|
|
|
|
|
<View className="share_icon_bg">
|
|
|
<IconShare color={MainColorType.link + 'cc'} width={rpxToPx(32)} />
|
|
|
@@ -1068,7 +1068,7 @@ export default function TimelineDetail() {
|
|
|
<Button className="share_btn" openType="share">1</Button>
|
|
|
</View>
|
|
|
|
|
|
- }
|
|
|
+
|
|
|
{
|
|
|
moreBtn()
|
|
|
}
|