fix: ECX-7502

This commit is contained in:
zhangjing1
2025-12-02 10:29:22 +08:00
parent dff514b55a
commit 890febc299
3 changed files with 15 additions and 18 deletions

27
.env
View File

@@ -1,16 +1,15 @@
APP_BASE_URL=
APP_WEBSOCKET=
APP_COMPANY_ID=
APP_PLATFORM=
APP_CUSTOM_SERVER=
APP_HOME_PAGE=
APP_TRACK=
APP_YOUSHU_TOKEN=
APP_ID=
APP_MAP_KEY=
APP_MAP_NAME=
APP_IMAGE_CDN=
APP_DIANWU_URL=
APP_BASE_URL=https://demo-ecshopx.ishopex.cn/api/h5app/wxapp
APP_WEBSOCKET=wss://demo-ecshopx.ishopex.cn/ws
APP_COMPANY_ID=38
APP_PLATFORM=standard
APP_CUSTOM_SERVER=https://ecshopx-h5.ex-sandbox.com/
APP_HOME_PAGE=/pages/index
APP_TRACK=youshu
APP_YOUSHU_TOKEN=bi281e87ab2424481a
APP_ID=wx1e25e45145b70faa
APP_MAP_KEY=PSPBZ-KQ5CW-CSGRF-ON2S4-K2HQJ-XEBQG
APP_MAP_NAME=oneX新零售门店定位
APP_IMAGE_CDN=https://b-img-cdn.yuanyuanke.cn/ecshopx-vshop
APP_DIANWU_URL=https://demo-ecshopx-dianwu.shopex123.com
APP_MERCHANT_URL=
APP_ADAPAY=

View File

@@ -8,7 +8,6 @@ import { View, Text } from '@tarojs/components'
import { classNames } from '@/utils'
import { useImmer } from 'use-immer'
import { SpInput as AtInput } from '@/components'
import { PASSWORD_TIP } from '../const'
import './comp-password-input.scss'
const initialValue = {
@@ -34,7 +33,7 @@ const CompPasswordInput = (props) => {
<AtInput
clear
type={type}
placeholder={PASSWORD_TIP()}
placeholder='密码需由6-16位数字或字母组成'
placeholderClass='input-placeholder'
onChange={onChange}
onFocus={onFocus}

View File

@@ -12,7 +12,6 @@ import api from '@/api'
import { useLogin } from '@/hooks'
import { useImmer } from 'use-immer'
import { setTokenAndRedirect, getToken, pushHistory, clearHistory } from './util'
import { PASSWORD_TIP } from './const'
import './edit-password.scss'
const SYMBOL = 'login'
@@ -104,7 +103,7 @@ const PageEditPassword = () => {
onChange={handleInputChange('repassword')}
/>
</View>
<View className='form-tip'>{PASSWORD_TIP()}</View>
<View className='form-tip'>密码需由6-16位数字或字母组成</View>
<View className='form-submit'>
<AtButton