优化
This commit is contained in:
@@ -257,11 +257,19 @@ const FollowPage: React.FC = () => {
|
||||
>
|
||||
<Text className="tab_text">{tab.label}</Text>
|
||||
{tab.key === 'recommend' && (
|
||||
<View className="recommend_icon">
|
||||
<View className="recommend_icon" onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
Taro.showModal({
|
||||
title: '推荐说明',
|
||||
content: '我们会向你推荐一些可能感兴趣的球友,帮你更快遇见同样热爱运动的人。推荐基于公开信息与社区互动,仅用于球友推荐,不涉及个人隐私。',
|
||||
showCancel: false,
|
||||
confirmText: '确认',
|
||||
confirmColor: '#000',
|
||||
})
|
||||
}}>
|
||||
{/* 推荐图标 SVG */}
|
||||
<View className="icon_container">
|
||||
<View className="star_icon" />
|
||||
|
||||
</View>
|
||||
</View>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user