Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
8 years ago
Commit
65e284015fbb068b046eb1fe132e257f280ea914
1 parent
c7838afe
add order code
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/orders-service.js
apps/home/models/orders-service.js
View file @
65e2840
...
...
@@ -42,7 +42,7 @@ const ORDER_OP_ALL = [
type
:
'buyNow'
,
name
:
'立即付款'
,
payNow
:
true
,
hrefFun
:
it
=>
helpers
.
urlFormat
(
'/shopping/pay'
,
{
order
C
ode
:
it
})
hrefFun
:
it
=>
helpers
.
urlFormat
(
'/shopping/pay'
,
{
order
c
ode
:
it
})
},
{
type
:
'getExpress'
,
...
...
Please
register
or
login
to post a comment