Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-10-14 10:40:50 +0800
Commit
7c316ed71b72a42acc2a63142aa992b5984350d6
1 parent
09ed57db
fix address
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/store/order/order-confirm.js
apps/store/order/order-confirm.js
View file @
7c316ed
...
...
@@ -134,8 +134,10 @@ export default function() {
const
address
=
find
(
get
(
addressInfo
,
'data'
,
[]),
{
is_default
:
'Y'
});
if
(
address
)
{
commit
(
Types
.
FETCH_ORDER_ADDRESS
,
address
);
}
}
},
async
fetchOrderPrice
({
commit
},
payload
)
{
...
...
Please
register
or
login
to post a comment