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
fb551d9f
Commit
fb551d9f
authored
Sep 17, 2020
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:下单限制条件
parent
e20396a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
1 deletion
+24
-1
index.less
src/components/SignModal/index.less
+0
-0
index.tsx
src/components/SignModal/index.tsx
+19
-0
index.tsx
src/pages/lxMall/order/index.tsx
+5
-1
No files found.
src/components/SignModal/index.less
0 → 100644
View file @
fb551d9f
src/components/SignModal/index.tsx
0 → 100644
View file @
fb551d9f
import
React
from
'react'
import
styles
from
'./index.less'
interface
SignModalPropsType
{
visible
:
boolean
}
const
SignModal
:
React
.
FC
<
SignModalPropsType
>
=
(
props
)
=>
{
const
{
visible
}
=
props
return
(
<
div
>
11
</
div
>
)
}
export
default
SignModal
\ No newline at end of file
src/pages/lxMall/order/index.tsx
View file @
fb551d9f
...
...
@@ -137,7 +137,11 @@ const Order: React.FC<OrderPropsType> = (props) => {
*/
const
submitOrder
=
()
=>
{
if
(
isEmpty
(
selectPayWay
))
{
message
.
error
(
'请选择支付方式'
)
message
.
info
(
'请选择支付方式'
)
return
}
if
(
!
needTheContract
)
{
message
.
info
(
'请先同意签订电子合同'
)
return
}
let
params
:
any
=
{
...
...
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