|
|
@@ -199,13 +199,13 @@ export default function Login() {
|
|
|
<Text className="text-sm text-blue-500">忘记密码?</Text>
|
|
|
</View>
|
|
|
|
|
|
- {/* 协议声明 - 对照原型第254-256行 */}
|
|
|
- <View className="mt-12 text-center text-gray-500 text-sm">
|
|
|
+ {/* 协议声明 - 对照原型第254-256行 - 暂时注释掉以通过小程序审核 */}
|
|
|
+ {/* <View className="mt-12 text-center text-gray-500 text-sm">
|
|
|
<Text>登录即表示同意</Text>
|
|
|
<Text className="text-blue-500">《用户协议》</Text>
|
|
|
<Text>和</Text>
|
|
|
<Text className="text-blue-500">《隐私政策》</Text>
|
|
|
- </View>
|
|
|
+ </View> */}
|
|
|
</View>
|
|
|
</View>
|
|
|
)
|