Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
8a48b04b
Commit
8a48b04b
authored
Feb 02, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 忘记密码检查邮箱接口修改
parent
c0f74546
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
index.less
...mponents/ProductDescription/components/Comment/index.less
+2
-3
index.tsx
...ages/lxMall/commodityDetail/components/ShopInfo/index.tsx
+1
-1
forgetPwd.tsx
src/pages/user/forgetPwd.tsx
+1
-1
No files found.
src/pages/lxMall/commodityDetail/components/ProductDescription/components/Comment/index.less
View file @
8a48b04b
...
...
@@ -47,7 +47,7 @@
cursor: pointer;
&.active {
color:
#D32F2F
;
color:
var(--mall_main_color)
;
}
}
}
...
...
@@ -147,4 +147,4 @@
}
}
}
}
\ No newline at end of file
}
src/pages/lxMall/commodityDetail/components/ShopInfo/index.tsx
View file @
8a48b04b
...
...
@@ -86,7 +86,7 @@ const ShopInfo: React.FC<ShopInfoPropsType> = (props) => {
<
div
className=
{
styles
.
shop_info_list
}
>
<
div
className=
{
styles
.
shop_info_list_item
}
>
<
div
className=
{
styles
.
label
}
>
信用积分:
</
div
>
<
div
className=
{
styles
.
breif
}
></
div
>
<
div
className=
{
styles
.
breif
}
>
{
shopInfo
?.
creditPoint
||
0
}
</
div
>
</
div
>
<
div
className=
{
styles
.
shop_info_list_item
}
>
<
div
className=
{
styles
.
label
}
>
注册资本:
</
div
>
...
...
src/pages/user/forgetPwd.tsx
View file @
8a48b04b
...
...
@@ -76,7 +76,7 @@ const GetBack: React.FC = () => {
}
if
(
PATTERN_MAPS
.
email
.
test
(
fieldState
.
value
))
{
// 校验邮箱格式通过时, 需请求接口判断邮箱是否存在数据库
PublicApi
.
ge
tMemberRegisterEmailCheck
({
PublicApi
.
pos
tMemberRegisterEmailCheck
({
email
:
fieldState
.
value
},
{
ctlType
:
'none'
,
useCache
:
true
,
ttl
:
60
*
1000
}).
then
(({
code
,
data
})
=>
{
if
(
code
===
1000
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment