bug(custom): 密码

This commit is contained in:
zhangjing1
2025-11-14 20:30:19 +08:00
parent b19e709709
commit 0830546cb7
2 changed files with 3 additions and 3 deletions

View File

@@ -465,13 +465,13 @@ const SpPage = memo(
: 0
})}
>
{/* <View className='sp-page__body-content'>
<View className='sp-page__body-content'>
<context.Provider value={{}}>{props.children}</context.Provider>
<View className='sp-page__powered-by'>
<Text>Powered by</Text>
<SpImage src='powered-logo.png' width={120} />
</View>
</View> */}
</View>
</View>
)}
{props.loading && <SpLoading />}

View File

@@ -220,7 +220,7 @@ const Reg = () => {
<View className='form-field'>
<View className='input-field'>
<CompPasswordInput onChange={handleInputChange('password')} />
<CompPasswordInput onChange={handleInputChange('password')} value={state.password} />
</View>
</View>