修改首页样式
This commit is contained in:
@@ -184,7 +184,7 @@ const LoginPage: React.FC = () => {
|
||||
<Image className="wechat_logo" src={require('@/static/login/wechat_icon.svg')} />
|
||||
</View>
|
||||
<Text className="button_text">
|
||||
{is_loading ? '登录中...' : '微信快捷登录'}
|
||||
{is_loading ? '登录中...' : '微信授权登录'}
|
||||
</Text>
|
||||
</Button>
|
||||
|
||||
@@ -203,7 +203,7 @@ const LoginPage: React.FC = () => {
|
||||
<View className="terms_checkbox_section">
|
||||
<View className="checkbox_container" onClick={handle_toggle_terms}>
|
||||
<View className={`checkbox ${agree_terms ? 'checked' : ''}`}>
|
||||
{agree_terms && <View className="checkmark"></View>}
|
||||
{/* {agree_terms && <View className="checkmark"></View>} */}
|
||||
</View>
|
||||
</View>
|
||||
<View className="terms_text_container">
|
||||
|
||||
Reference in New Issue
Block a user