mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-12 06:15:38 +08:00
bug(custom): 密码
This commit is contained in:
@@ -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 />}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user