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
2017-03-10 10:38:20 +0800
Commit
11529d02963d71829ec792c6451d67837163e5d4
1 parent
0847ea2f
fix bug
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 @
11529d0
...
...
@@ -764,7 +764,7 @@ const _getOrderDetail = co(function * (uid, orderId) {
}
// 判断是否可以修改省份
if
(
orderDetail
.
is_support_change_province
===
'
Y
'
)
{
if
(
orderDetail
.
is_support_change_province
===
'
N
'
)
{
detail
.
changeProvince
=
true
;
}
...
...
Please
register
or
login
to post a comment